2 writes to _currentIndex
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSeparatedSyntaxNodeList.cs (2)
86_currentIndex = -1; 94_currentIndex++;
2 references to _currentIndex
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\EmbeddedSyntax\EmbeddedSeparatedSyntaxNodeList.cs (2)
95if (_currentIndex >= _list.Length) 101Current = _list[_currentIndex];