2 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxTokenList.Reversed.cs (2)
59
_index
= _count;
75
_index
--;
3 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxTokenList.Reversed.cs (3)
69
if (_count == 0 ||
_index
<= 0)
78
_current = GetGreenNodeAt(_singleNodeOrList,
_index
);
94
return new SyntaxToken(_parent, _current, _position, _baseIndex +
_index
);