2 references to RemoveAt
Roslyn.Diagnostics.Analyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ArrayExtensions.cs (2)
75return RemoveAt(array, position, 1); 109return InsertAt(RemoveAt(array, position, length), position, items);