8 implementations of RemoveRange
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
625IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count)
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
625IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
625IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count)
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
625IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count)
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
625IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
625IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count)
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1151IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count)
System\Collections\Immutable\ImmutableList_1.cs (1)
857IImmutableList<T> IImmutableList<T>.RemoveRange(int index, int count) => this.RemoveRange(index, count);