16 references to RemoveAt
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.Build (4)
Graph\ProjectGraph.cs (3)
767targetList = targetList.RemoveAt(i); 808.RemoveAt(i) 821.RemoveAt(i)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
393currentState.PendingTranslationActions.RemoveAt(0));
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
394/// <inheritdoc cref="ImmutableList{T}.RemoveAt(int)"/>
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (2)
289return index < 0 ? this : this.RemoveAt(index); 864IImmutableList<T> IImmutableList<T>.RemoveAt(int index) => this.RemoveAt(index);