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