1 write to Index
Microsoft.CodeAnalysis (1)
Syntax\SyntaxToken.cs (1)
35Index = index;
4 references to Index
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNodeOrToken.cs (1)
775return new SyntaxNodeOrToken(token.Parent, token.Node, token.Position, token.Index);
Syntax\SyntaxToken.cs (3)
557Index == other.Index; 574return Hash.Combine(Parent, Hash.Combine(Node, Hash.Combine(Position, Index)));