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