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)
79Debug.Assert(_current != null); 80_position -= _current.Width; 89if (_current == null) 94return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);