4 references to SortedSet
System (3)
compmod\system\collections\generic\sorteddictionary.cs (1)
792
public 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)
148
var rootsPriorityQueue = new
SortedSet
<TVertex>(Comparer<TVertex>.Default);