6 references to RemoveRange
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorDriver.cs (1)
169var newState = _state.With(additionalTexts: _state.AdditionalTexts.RemoveRange(additionalTexts));
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);