Implemented interface members:
5 references to RemoveAt
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
277
=> GetOrCreateMutableList().
RemoveAt
(index);
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1069
RemoveAt
(index);
Microsoft.CodeAnalysis.UnitTests (3)
Collections\List\SegmentedList.Generic.Tests.Find.cs (2)
257
list.
RemoveAt
(list.Count - 1);
356
list.
RemoveAt
(list.Count - 1);
Collections\List\SegmentedList.Generic.Tests.Misc.cs (1)
394
list.
RemoveAt
(list.Count - 1);