Implemented interface members:
1 write to
Microsoft.CodeAnalysis.Collections.Package (1)
SegmentedList`1.cs (1)
234this[index] = (T)value!;
5 references to
Microsoft.CodeAnalysis.Collections.Package (5)
ImmutableSegmentedList`1.cs (3)
98public T this[int index] => _list[index]; 102get => _list[index]; 108get => _list[index];
ImmutableSegmentedList`1+ValueBuilder.cs (1)
49readonly get => ReadOnlyList[index];
SegmentedList`1.cs (1)
227get => this[index];