4 references to SortedSet
System (3)
compmod\system\collections\generic\sorteddictionary.cs (1)
792public TreeSet(IComparer<T> comparer) : base(comparer) { }
compmod\system\collections\generic\sortedset.cs (2)
110: this(comparer) { 1746: base(Underlying.Comparer) {
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Graph.cs (1)
148var rootsPriorityQueue = new SortedSet<TVertex>(Comparer<TVertex>.Default);