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)
879Insert(index, (T)item!); 950Insert(index++, en.Current);
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.Tests.Misc.cs (2)
47list.Insert(index, item); 75Assert.Throws<ArgumentOutOfRangeException>(() => list.Insert(bad[i], items[0])); //"ArgumentOutOfRangeException expected."