2 writes to _currentIndex
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\Common\EmbeddedSyntaxNode.cs (2)
209_currentIndex = -1; 217_currentIndex++;
2 references to _currentIndex
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\Common\EmbeddedSyntaxNode.cs (2)
218if (_currentIndex >= _childCount) 224Current = _node.ChildAt(_currentIndex);