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)
95
if (
_currentIndex
>= _list.Length)
101
Current = _list[
_currentIndex
];