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)
120return ((KeyValuePairComparer)_set.Comparer).keyComparer;