13 references to RemoveAt
Microsoft.CodeAnalysis.CSharp.Features (6)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (2)
542lines.RemoveAt(1); 548lines.RemoveAt(lines.Count - 2);
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (2)
268lines.RemoveAt(0); 271lines.RemoveAt(lines.Count - 1);
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionInitializer\CSharpUseCollectionInitializerAnalyzer.cs (2)
224expressionPieces.RemoveAt(i); 260spreadElements.RemoveAt(matchIndex);
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\AbstractMetadataAsSourceService.DocCommentFormatter.cs (2)
136formattedCommentLinesBuilder.RemoveAt(0); 140formattedCommentLinesBuilder.RemoveAt(formattedCommentLinesBuilder.Count - 1);
Microsoft.CodeAnalysis.Workspaces (5)
src\roslyn\src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
904resolvedParts.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)
939RemoveAt(Count - 1);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
117unreachableBlocksToVisit.RemoveAt(index);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractCodeGenerationService.cs (1)
564newModifierTokens.RemoveAt(0);