2 instantiations of KeyValuePairComparer
System (2)
compmod\system\collections\generic\sorteddictionary.cs (2)
36
_set = new TreeSet<KeyValuePair<TKey, TValue>>(new
KeyValuePairComparer
(comparer));
44
_set = new TreeSet<KeyValuePair<TKey, TValue>>(new
KeyValuePairComparer
(comparer));
1 reference to KeyValuePairComparer
System (1)
compmod\system\collections\generic\sorteddictionary.cs (1)
120
return ((
KeyValuePairComparer
)_set.Comparer).keyComparer;