3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26791
this.
hashToken
= hashToken;
26813
this.
hashToken
= hashToken;
26834
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26850
public override SyntaxToken HashToken => this.
hashToken
;
26862
0 => this.
hashToken
,
26895
=> new PragmaChecksumDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.pragmaKeyword, this.checksumKeyword, this.file, this.guid, this.bytes, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26898
=> new PragmaChecksumDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.pragmaKeyword, this.checksumKeyword, this.file, this.guid, this.bytes, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16760
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.PragmaChecksumDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);