2 writes to _nextIndex
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\TemporaryArray`1.cs (2)
457
_nextIndex
= 0;
471
_nextIndex
++;
2 references to _nextIndex
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\TemporaryArray`1.cs (2)
464
if (
_nextIndex
>= _array.Count)
470
_current = _array[
_nextIndex
];