2 writes to _currentIndex
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSyntaxNode.cs (2)
209_currentIndex = -1; 217_currentIndex++;
2 references to _currentIndex
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSyntaxNode.cs (2)
218if (_currentIndex >= _childCount) 224Current = _node.ChildAt(_currentIndex);