3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25992
this.
hashToken
= hashToken;
26006
this.
hashToken
= hashToken;
26019
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26027
public override SyntaxToken HashToken => this.
hashToken
;
26035
0 => this.
hashToken
,
26064
=> new BadDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.identifier, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26067
=> new BadDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.identifier, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16319
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.BadDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);