2 references to Comparer
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\ImmutableSegmentedDictionary`2.cs (1)
84
public IEqualityComparer<TKey> KeyComparer => _dictionary.
Comparer
;
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
39
return ReadOnlyDictionary.
Comparer
;