1 instantiation of SmallDictionary
Metrics (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
42public static readonly SmallDictionary<K, V> Empty = new SmallDictionary<K, V>(null!);
9 references to SmallDictionary
Metrics (9)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (9)
42public static readonly SmallDictionary<K, V> Empty = new SmallDictionary<K, V>(null!); 51public SmallDictionary(SmallDictionary<K, V> other, IEqualityComparer<K> comparer) 508private readonly SmallDictionary<K, V> _dict; 510public KeyCollection(SmallDictionary<K, V> dict) 521public Enumerator(SmallDictionary<K, V> dict) 623private readonly SmallDictionary<K, V> _dict; 625public ValueCollection(SmallDictionary<K, V> dict) 636public Enumerator(SmallDictionary<K, V> dict) 742public Enumerator(SmallDictionary<K, V> dict)