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)
98
public bool IsNode =>
_tokenIndex
< 0;
109
return _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
;
322
hash.Add(
_tokenIndex
);