4 references to RemoveAt
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\CSharpPreferReadOnlySpanPropertiesOverReadOnlyArrayFields.Fixer.cs (3)
209
remainingVariables = remainingVariables.
RemoveAt
(diagnosedIndices[i]);
261
currentVariables = currentVariables.
RemoveAt
(diagnosedIndex);
525
.WithArgumentList(invocationSyntax.ArgumentList.WithArguments(invocationSyntax.ArgumentList.Arguments.
RemoveAt
(arrayArgumentIndex)));
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
1601
list = list.
RemoveAt
(offset);