2 writes to _nextIndex
Microsoft.CodeAnalysis.CodeStyle (2)
TemporaryArray`1.cs (2)
330
_nextIndex
= 0;
344
_nextIndex
++;
2 references to _nextIndex
Microsoft.CodeAnalysis.CodeStyle (2)
TemporaryArray`1.cs (2)
337
if (
_nextIndex
>= _array.Count)
343
_current = _array[
_nextIndex
];