Implemented interface member:
3 references to Insert
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs (1)
210
=> GetOrCreateMutableList().
Insert
(index, item);
src\Dependencies\Collections\SegmentedList`1.cs (2)
877
Insert
(index, (T)item!);
948
Insert
(index++, en.Current);