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