3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25341
this.
hashToken
= hashToken;
25359
this.
hashToken
= hashToken;
25376
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25388
public override SyntaxToken HashToken => this.
hashToken
;
25399
0 => this.
hashToken
,
25429
=> new ElifDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.elifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics, GetAnnotations());
25432
=> new ElifDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.elifKeyword, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15963
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.ElifDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);