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