4 writes to _current
Microsoft.CodeAnalysis.Collections.Package (4)
Segmented\SegmentedList`1.cs (4)
1331_current = default; 1344_current = localList._items[_index]; 1359_current = default; 1385_current = default;
1 reference to _current
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;