2 instantiations of KeyValuePairComparer
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
35
var keyValuePairComparer = new
KeyValuePairComparer
(comparer);
56
_set = new TreeSet<KeyValuePair<TKey, TValue>>(new
KeyValuePairComparer
(comparer));
4 references to KeyValuePairComparer
System.Collections (4)
System\Collections\Generic\SortedDictionary.cs (4)
35
var
keyValuePairComparer = new KeyValuePairComparer(comparer);
38
sortedDictionary._set.Comparer is
KeyValuePairComparer
kv &&
149
return ((
KeyValuePairComparer
)_set.Comparer).keyComparer;
854
if (obj is
KeyValuePairComparer
other)