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)
26
var newIndex =
_index
+ 1;
37
=> (TNode)_list.ItemInternal(
_index
)!;