13 references to RemoveAt
Microsoft.CodeAnalysis.CSharp.Features (6)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (2)
542
lines.
RemoveAt
(1);
548
lines.
RemoveAt
(lines.Count - 2);
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (2)
268
lines.
RemoveAt
(0);
271
lines.
RemoveAt
(lines.Count - 1);
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionInitializer\CSharpUseCollectionInitializerAnalyzer.cs (2)
224
expressionPieces.
RemoveAt
(i);
260
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 (5)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
904
resolvedParts.
RemoveAt
(partCount - 1);
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
81
_elements!.
RemoveAt
(_elements.IndexOf(value));
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
939
RemoveAt
(Count - 1);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
117
unreachableBlocksToVisit.
RemoveAt
(index);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractCodeGenerationService.cs (1)
564
newModifierTokens.
RemoveAt
(0);