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