3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26914
this.
hashToken
= hashToken;
26930
this.
hashToken
= hashToken;
26945
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26955
public override SyntaxToken HashToken => this.
hashToken
;
26964
0 => this.
hashToken
,
26994
=> new ReferenceDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.referenceKeyword, this.file, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26997
=> new ReferenceDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.referenceKeyword, this.file, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16821
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.ReferenceDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);