3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
27202
this.
hashToken
= hashToken;
27221
this.
hashToken
= hashToken;
27239
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
27252
public override SyntaxToken HashToken => this.
hashToken
;
27261
0 => this.
hashToken
,
27291
=> new IgnoredDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.colonToken, this.content, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
27294
=> new IgnoredDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.colonToken, this.content, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16974
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.IgnoredDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);