2 references to 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));