Implemented interface members:
1 write to
Microsoft.Build (1)
SegmentedList`1.cs (1)
236
this
[
index] = (T)value!;
5 references to
Microsoft.Build (5)
ImmutableSegmentedList`1.cs (3)
100
public T this[int index] => _list
[
index];
104
get => _list
[
index];
110
get => _list
[
index];
ImmutableSegmentedList`1+ValueBuilder.cs (1)
51
readonly get => ReadOnlyList
[
index];
SegmentedList`1.cs (1)
229
get => this
[
index];