3 writes to _current
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxTokenList.Reversed.cs (3)
60
_current
= null;
71
_current
= null;
78
_current
= GetGreenNodeAt(_singleNodeOrList, _index);
4 references to _current
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxTokenList.Reversed.cs (4)
79
Debug.Assert(
_current
!= null);
80
_position -=
_current
.Width;
89
if (
_current
== null)
94
return new SyntaxToken(_parent,
_current
, _position, _baseIndex + _index);