2 references to Sort
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
871
this.Root = this.Root.
Sort
();
System\Collections\Immutable\ImmutableList_1.cs (1)
426
public ImmutableList<T> Sort() => this.Wrap(_root.
Sort
());