Make more APIs public

This commit is contained in:
Yoshi Askharoun
2024-02-03 17:35:35 -06:00
parent ab51ed67bf
commit 488ba6e089
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ using System.Collections.Generic;
namespace Microsoft.Iris.Markup
{
internal static class LoadResultCache
public static class LoadResultCache
{
private static Dictionary<string, LoadResult> s_cache = new Dictionary<string, LoadResult>(InvariantString.OrdinalIgnoreCaseComparer);