3 references to ImmutableSortedSet
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedSet_1.cs (3)
357
var result = new
ImmutableSortedSet
<T>(Node.EmptyNode, comparer);
1029
: new
ImmutableSortedSet
<T>(root, comparer);
1091
return root.IsEmpty ? this.Clear() : new
ImmutableSortedSet
<T>(root, _comparer);