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