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