3 writes to _current
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxTokenList.Enumerator.cs (3)
57_current = null; 71_current = null; 85_current = GetGreenNodeAt(_singleNodeOrList, _index);
5 references to _current
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Syntax\SyntaxTokenList.Enumerator.cs (5)
79if (_current != null) 81_position += _current.Width; 86Debug.Assert(_current != null); 98if (_current == null) 106return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);