8 implementations of SetItem
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
631IImmutableList<T> IImmutableList<T>.SetItem(int index, T value)
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
631IImmutableList<T> IImmutableList<T>.SetItem(int index, T value)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
631IImmutableList<T> IImmutableList<T>.SetItem(int index, T value)
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
631IImmutableList<T> IImmutableList<T>.SetItem(int index, T value)
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
631IImmutableList<T> IImmutableList<T>.SetItem(int index, T value)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
631IImmutableList<T> IImmutableList<T>.SetItem(int index, T value)
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1171IImmutableList<T> IImmutableList<T>.SetItem(int index, T value)
System\Collections\Immutable\ImmutableList_1.cs (1)
872IImmutableList<T> IImmutableList<T>.SetItem(int index, T value) => this.SetItem(index, value);