3 writes to hashToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
27311
this.
hashToken
= hashToken;
27332
this.
hashToken
= hashToken;
27352
this.
hashToken
= hashToken;
5 references to hashToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
27367
public override SyntaxToken HashToken => this.
hashToken
;
27377
0 => this.
hashToken
,
27408
=> new NullableDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.nullableKeyword, this.settingToken, this.targetToken, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
27411
=> new NullableDirectiveTriviaSyntax(this.Kind, this.
hashToken
, this.nullableKeyword, this.settingToken, this.targetToken, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
17033
public override SyntaxToken HashToken => new SyntaxToken(this, ((InternalSyntax.NullableDirectiveTriviaSyntax)this.Green).
hashToken
, Position, 0);