3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
27013
this.
hashToken
= hashToken;
27029
this.
hashToken
= hashToken;
27044
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
27054
public override SyntaxToken HashToken => this.
hashToken
;
27063
0 => this.
hashToken
,
27093
=> new LoadDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.loadKeyword, this.file, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
27096
=> new LoadDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.loadKeyword, this.file, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16873
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.LoadDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);