9 references to RemoveAt
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (2)
391
lines.
RemoveAt
(0);
394
lines.
RemoveAt
(lines.Count - 1);
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (2)
154
formattedCommentLinesBuilder.
RemoveAt
(0);
158
formattedCommentLinesBuilder.
RemoveAt
(formattedCommentLinesBuilder.Count - 1);
Microsoft.CodeAnalysis.Workspaces (5)
AbstractCodeGenerationService.cs (1)
567
newModifierTokens.
RemoveAt
(0);
ArrayBuilderExtensions.cs (1)
200
builder.
RemoveAt
(builder.Count - 1);
Classification\ClassifierHelper.cs (1)
77
spans.
RemoveAt
(i);
CustomDataFlowAnalysis.cs (1)
118
unreachableBlocksToVisit.
RemoveAt
(index);
SetWithInsertionOrder.cs (1)
80
_elements!.
RemoveAt
(_elements.IndexOf(value));