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