3 references to Reverse
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
862
this.Root = this.Root.
Reverse
(index, count);
System\Collections\Immutable\ImmutableList_1.cs (1)
420
public ImmutableList<T> Reverse(int index, int count) => this.Wrap(_root.
Reverse
(index, count));
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
527
internal Node Reverse() => this.
Reverse
(0, this.Count);