3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25902
this.
hashToken
= hashToken;
25916
this.
hashToken
= hashToken;
25929
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25937
public override SyntaxToken HashToken => this.
hashToken
;
25945
0 => this.
hashToken
,
25974
=> new WarningDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.warningKeyword, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
25977
=> new WarningDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.warningKeyword, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16270
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.WarningDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);