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