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