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