2 references to KeyValuePairComparer
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
35var keyValuePairComparer = new KeyValuePairComparer(comparer); 56_set = new TreeSet<KeyValuePair<TKey, TValue>>(new KeyValuePairComparer(comparer));