2 writes to _tokenIndex
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxNodeOrToken.cs (2)
38_tokenIndex = -1; 50_tokenIndex = index;
9 references to _tokenIndex
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Syntax\SyntaxNodeOrToken.cs (9)
98public bool IsNode => _tokenIndex < 0; 109return _token != null ? new SyntaxToken(_nodeOrParent, _token, Position, _tokenIndex) : default; 281(_nodeOrParent == other._nodeOrParent && _token == other._token && _position == other._position && _tokenIndex == other._tokenIndex) == 282(_nodeOrParent == other._nodeOrParent && _token == other._token && _tokenIndex == other._tokenIndex)); 286_tokenIndex == other._tokenIndex; 322hash.Add(_tokenIndex);