Implemented interface member:
5 references to Insert
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
212
=> GetOrCreateMutableList().
Insert
(index, item);
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (2)
879
Insert
(index, (T)item!);
950
Insert
(index++, en.Current);
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.Tests.Misc.cs (2)
47
list.
Insert
(index, item);
75
Assert.Throws<ArgumentOutOfRangeException>(() => list.
Insert
(bad[i], items[0])); //"ArgumentOutOfRangeException expected."