mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make more APIs public
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user