1 write to Index
Microsoft.CodeAnalysis (1)
Syntax\SyntaxTrivia.cs (1)
31Index = index;
3 references to Index
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTrivia.cs (3)
270return Token == other.Token && UnderlyingNode == other.UnderlyingNode && Position == other.Position && Index == other.Index; 287return Hash.Combine(Token.GetHashCode(), Hash.Combine(UnderlyingNode, Hash.Combine(Position, Index)));