3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
27111
this.
hashToken
= hashToken;
27125
this.
hashToken
= hashToken;
27138
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
27146
public override SyntaxToken HashToken => this.
hashToken
;
27154
0 => this.
hashToken
,
27183
=> new ShebangDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.exclamationToken, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
27186
=> new ShebangDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.exclamationToken, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16925
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.ShebangDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);