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));