3 references to Sort
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
920
this.Root = this.Root.
Sort
(index, count, comparer);
System\Collections\Immutable\ImmutableList_1.cs (1)
475
return this.Wrap(_root.
Sort
(index, count, comparer));
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
592
internal Node Sort(IComparer<T>? comparer) => this.
Sort
(0, this.Count, comparer);