3 writes to _current
Microsoft.CodeAnalysis.Collections.Package (3)
Segmented\SegmentedArray`1.cs (3)
382_current = default!; 408_current = _items[_nextItemSegment][_nextItemIndex]; 417_current = default!;
1 reference to _current
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;