7 references to RemoveRange
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorDriver.cs (1)
143var newState = _state.With(additionalTexts: _state.AdditionalTexts.RemoveRange(additionalTexts));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
3988diagnostics = diagnostics.RemoveRange(applicableDiagnostics);
Microsoft.CodeAnalysis.Features (5)
InlineMethod\AbstractInlineMethodRefactoringProvider.MethodParametersInfo.cs (5)
287.RemoveRange(operationsWithIdentifierArgument) 288.RemoveRange(operationsWithVariableDeclarationArgument) 289.RemoveRange(operationsWithLiteralArgument) 290.RemoveRange(operationsWithDefaultValue) 320operationsToGenerateFreshVariablesFor = operationsToGenerateFreshVariablesFor.RemoveRange(operationsReadOnlyOnce);