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)
1069RemoveAt(index);
Microsoft.CodeAnalysis.UnitTests (3)
Collections\List\SegmentedList.Generic.Tests.Find.cs (2)
257list.RemoveAt(list.Count - 1); 356list.RemoveAt(list.Count - 1);
Collections\List\SegmentedList.Generic.Tests.Misc.cs (1)
394list.RemoveAt(list.Count - 1);