2 writes to _position
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxTokenList.Enumerator.cs (2)
58_position = list.Position; 81_position += _current.Width;
1 reference to _position
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxTokenList.Enumerator.cs (1)
106return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);