2 writes to _nextIndex
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\TemporaryArray`1.cs (2)
457
_nextIndex
= 0;
471
_nextIndex
++;
2 references to _nextIndex
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\TemporaryArray`1.cs (2)
464
if (
_nextIndex
>= _array.Count)
470
_current = _array[
_nextIndex
];