2 references to Comparer
Microsoft.Build (2)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (1)
84
public IEqualityComparer<TKey> KeyComparer => _dictionary.
Comparer
;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
39
return ReadOnlyDictionary.
Comparer
;