8 implementations of Insert
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
610IImmutableList<T> IImmutableList<T>.Insert(int index, T element)
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
610IImmutableList<T> IImmutableList<T>.Insert(int index, T element)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
610IImmutableList<T> IImmutableList<T>.Insert(int index, T element)
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
610IImmutableList<T> IImmutableList<T>.Insert(int index, T element)
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
610IImmutableList<T> IImmutableList<T>.Insert(int index, T element)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
610IImmutableList<T> IImmutableList<T>.Insert(int index, T element)
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1101IImmutableList<T> IImmutableList<T>.Insert(int index, T element)
System\Collections\Immutable\ImmutableList_1.cs (1)
826IImmutableList<T> IImmutableList<T>.Insert(int index, T item) => this.Insert(index, item);