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