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)
200if (_currentIndex >= _childCount) 206Current = _node.ChildAt(_currentIndex);