3 writes to _current
Microsoft.CodeAnalysis.Collections.Package (3)
SegmentedArray`1.cs (3)
380
_current
= default!;
406
_current
= _items[_nextItemSegment][_nextItemIndex];
415
_current
= default!;
1 reference to _current
Microsoft.CodeAnalysis.Collections.Package (1)
SegmentedArray`1.cs (1)
383
public readonly T Current =>
_current
;