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)
106
return new SyntaxToken(_parent, _current,
_position
, _baseIndex + _index);