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