2 instantiations of 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));
4 references to KeyValuePairComparer
System.Collections (4)
System\Collections\Generic\SortedDictionary.cs (4)
35var keyValuePairComparer = new KeyValuePairComparer(comparer); 38sortedDictionary._set.Comparer is KeyValuePairComparer kv && 149return ((KeyValuePairComparer)_set.Comparer).keyComparer; 854if (obj is KeyValuePairComparer other)