1 instantiation of Dictionary
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedCollections.Empty.Dictionary.cs (1)
23public static new readonly Dictionary<TKey, TValue> Instance = new();
3 references to Dictionary
Microsoft.CodeAnalysis (3)
InternalUtilities\SpecializedCollections.cs (2)
54return Empty.Dictionary<TKey, TValue>.Instance; 60return Empty.Dictionary<TKey, TValue>.Instance;
InternalUtilities\SpecializedCollections.Empty.Dictionary.cs (1)
23public static new readonly Dictionary<TKey, TValue> Instance = new();