2 writes to _currentIndex
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSeparatedSyntaxNodeList.cs (2)
87_currentIndex = -1; 95_currentIndex++;
2 references to _currentIndex
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSeparatedSyntaxNodeList.cs (2)
96if (_currentIndex >= _list.Length) 102Current = _list[_currentIndex];