3 references to SmallDictionary
Metrics.Legacy (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
42
public static readonly SmallDictionary<K, V> Empty = new
SmallDictionary
<K, V>(null!);
44
public SmallDictionary() :
this
(EqualityComparer<K>.Default) { }
52
:
this
(comparer)