3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26083
this.
hashToken
= hashToken;
26099
this.
hashToken
= hashToken;
26114
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26124
public override SyntaxToken HashToken => this.
hashToken
;
26133
0 => this.
hashToken
,
26163
=> new DefineDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.defineKeyword, this.name, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26166
=> new DefineDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.defineKeyword, this.name, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16368
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.DefineDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);