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