1 write to Index
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxToken.cs (1)
32Index = index;
4 references to Index
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\SyntaxNodeOrToken.cs (1)
336return new SyntaxNodeOrToken(token.Parent, token.Node, token.Position, token.Index);
Language\Syntax\SyntaxToken.cs (3)
104Index == other.Index; 115hash.Add(Index);