Implemented interface member:
3 references to Insert
Microsoft.CodeAnalysis.Collections.Package (3)
Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
212=> GetOrCreateMutableList().Insert(index, item);
Segmented\SegmentedList`1.cs (2)
879Insert(index, (T)item!); 950Insert(index++, en.Current);