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)
877Insert(index, (T)item!); 948Insert(index++, en.Current);