2 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxTokenList.Enumerator.cs (2)
56
_index
= -1;
75
_index
++;
3 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxTokenList.Enumerator.cs (3)
68
if (_count == 0 || _count <=
_index
+ 1)
85
_current = GetGreenNodeAt(_singleNodeOrList,
_index
);
106
return new SyntaxToken(_parent, _current, _position, _baseIndex +
_index
);