3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26299
this.
hashToken
= hashToken;
26320
this.
hashToken
= hashToken;
26340
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26355
public override SyntaxToken HashToken => this.
hashToken
;
26365
0 => this.
hashToken
,
26396
=> new LineDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.lineKeyword, this.line, this.file, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26399
=> new LineDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.lineKeyword, this.line, this.file, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16491
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.LineDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);