2 references to RemoveAt
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs (1)
201
builder.
RemoveAt
(builder.Count - 1);
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
81
_elements!.
RemoveAt
(_elements.IndexOf(value));