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