12 references to RemoveAt
Microsoft.CodeAnalysis.CSharp.Features (6)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (2)
544
lines.
RemoveAt
(1);
550
lines.
RemoveAt
(lines.Count - 2);
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (2)
259
lines.
RemoveAt
(0);
262
lines.
RemoveAt
(lines.Count - 1);
src\Analyzers\CSharp\Analyzers\UseCollectionInitializer\CSharpUseCollectionInitializerAnalyzer.cs (2)
154
expressionPieces.
RemoveAt
(i);
190
spreadElements.
RemoveAt
(matchIndex);
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (2)
136
formattedCommentLinesBuilder.
RemoveAt
(0);
140
formattedCommentLinesBuilder.
RemoveAt
(formattedCommentLinesBuilder.Count - 1);
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
81
_elements!.
RemoveAt
(_elements.IndexOf(value));
src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
918
RemoveAt
(Count - 1);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
117
unreachableBlocksToVisit.
RemoveAt
(index);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractCodeGenerationService.cs (1)
564
newModifierTokens.
RemoveAt
(0);