3 references to RemoveRange
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
3330newDiagnostics = newDiagnostics.RemoveRange(0, halfSize);
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (2)
639return this.RemoveRange(index, 1); 1155return self.RemoveRange(index, count);