4 writes to _current
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (4)
1331
_current
= default;
1344
_current
= localList._items[_index];
1359
_current
= default;
1385
_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\SegmentedList`1.cs (1)
1363
public readonly T Current =>
_current
!;