6 references to Comparer
Microsoft.Build.Framework (6)
ImmutableSegmentedDictionary`2.cs (5)
82public IEqualityComparer<TKey> KeyComparer => _dictionary.Comparer; 150var dictionary = new SegmentedDictionary<TKey, TValue>(self._dictionary, self._dictionary.Comparer); 172dictionary ??= new SegmentedDictionary<TKey, TValue>(self._dictionary, self._dictionary.Comparer); 214var dictionary = new SegmentedDictionary<TKey, TValue>(self._dictionary, self._dictionary.Comparer); 237var dictionary = new SegmentedDictionary<TKey, TValue>(self._dictionary, self._dictionary.Comparer);
ImmutableSegmentedDictionary`2+Builder.cs (1)
36return ReadOnlyDictionary.Comparer;