2 writes to _nextIndex
Microsoft.CodeAnalysis (2)
Collections\TemporaryArray`1.cs (2)
455
_nextIndex
= 0;
469
_nextIndex
++;
2 references to _nextIndex
Microsoft.CodeAnalysis (2)
Collections\TemporaryArray`1.cs (2)
462
if (
_nextIndex
>= _array.Count)
468
_current = _array[
_nextIndex
];