Implemented interface members:
5 references to RemoveAt
Microsoft.CodeAnalysis (2)
ImmutableSegmentedList`1+ValueBuilder.cs (1)
275
=> GetOrCreateMutableList().
RemoveAt
(index);
SegmentedList`1.cs (1)
915
RemoveAt
(index);
Microsoft.CodeAnalysis.UnitTests (3)
Collections\List\SegmentedList.Generic.Tests.Find.cs (2)
257
list.
RemoveAt
(list.Count - 1);
335
list.
RemoveAt
(list.Count - 1);
Collections\List\SegmentedList.Generic.Tests.Misc.cs (1)
366
list.
RemoveAt
(list.Count - 1);