3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26182
this.
hashToken
= hashToken;
26198
this.
hashToken
= hashToken;
26213
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26223
public override SyntaxToken HashToken => this.
hashToken
;
26232
0 => this.
hashToken
,
26262
=> new UndefDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.undefKeyword, this.name, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26265
=> new UndefDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.undefKeyword, this.name, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16420
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.UndefDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);