3 writes to _current
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray`1.cs (3)
382
_current
= default!;
408
_current
= _items[_nextItemSegment][_nextItemIndex];
417
_current
= default!;
1 reference to _current
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray`1.cs (1)
385
public readonly T Current =>
_current
;