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