3 references to Sort
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
898
this.Root = this.Root.
Sort
(comparer);
System\Collections\Immutable\ImmutableList_1.cs (1)
452
public ImmutableList<T> Sort(IComparer<T>? comparer) => this.Wrap(_root.
Sort
(comparer));
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
562
internal Node Sort() => this.
Sort
(Comparer<T>.Default);