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