1 instantiation of Dictionary
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
25public static new readonly Dictionary<TKey, TValue> Instance = new();
3 references to Dictionary
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (2)
56return Empty.Dictionary<TKey, TValue>.Instance; 62return Empty.Dictionary<TKey, TValue>.Instance;
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Dictionary.cs (1)
25public static new readonly Dictionary<TKey, TValue> Instance = new();