11 references to Insert
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
309/// <inheritdoc cref="ImmutableList{T}.Insert(int, T)"/>
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.cs (1)
826IImmutableList<T> IImmutableList<T>.Insert(int index, T item) => this.Insert(index, item);