3 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxList`1.Enumerator.cs (3)
21_index = -1; 29_index = newIndex; 41_index = -1;
2 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxList`1.Enumerator.cs (2)
26var newIndex = _index + 1; 37=> (TNode)_list.ItemInternal(_index)!;