13 references to SetItem
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(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)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
186return pendingTranslationActions.SetItem(
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
515/// <inheritdoc cref="ImmutableList{T}.SetItem(int, T)"/>
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (2)
407return this.SetItem(index, newValue); 872IImmutableList<T> IImmutableList<T>.SetItem(int index, T value) => this.SetItem(index, value);