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