2 instantiations of SmallDictionary
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Workspaces (1)
11 references to SmallDictionary
Microsoft.CodeAnalysis.Features (2)
Microsoft.CodeAnalysis.Workspaces (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)