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