3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25448
this.
hashToken
= hashToken;
25463
this.
hashToken
= hashToken;
25477
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25486
public override SyntaxToken HashToken => this.
hashToken
;
25495
0 => this.
hashToken
,
25524
=> new ElseDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.elseKeyword, this.endOfDirectiveToken, this.isActive, this.branchTaken, diagnostics, GetAnnotations());
25527
=> new ElseDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.elseKeyword, this.endOfDirectiveToken, this.isActive, this.branchTaken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16022
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.ElseDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);