Implemented interface members:
1 write to
Microsoft.Build.Framework (1)
SegmentedList`1.cs (1)
207
this
[
index] = (T)value!;
5 references to
Microsoft.Build.Framework (5)
ImmutableSegmentedList`1.cs (3)
98
public T this[int index] => _list
[
index];
102
get => _list
[
index];
108
get => _list
[
index];
ImmutableSegmentedList`1+ValueBuilder.cs (1)
49
get => ReadOnlyList
[
index];
SegmentedList`1.cs (1)
200
get => this
[
index];