2 writes to _currentIndex
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNode.cs (2)
191
_currentIndex
= -1;
199
_currentIndex
++;
2 references to _currentIndex
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNode.cs (2)
200
if (
_currentIndex
>= _childCount)
206
Current = _node.ChildAt(
_currentIndex
);