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