1 write to _baseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxTokenList.Enumerator.cs (1)
53
_baseIndex
= list._index;
1 reference to _baseIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxTokenList.Enumerator.cs (1)
106
return new SyntaxToken(_parent, _current, _position,
_baseIndex
+ _index);