3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26664
this.
hashToken
= hashToken;
26687
this.
hashToken
= hashToken;
26709
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26726
public override SyntaxToken HashToken => this.
hashToken
;
26737
0 => this.
hashToken
,
26769
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.errorCodes, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26772
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.errorCodes, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16693
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.PragmaWarningDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);