3 writes to lineKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26301
this.
lineKeyword
= lineKeyword;
26322
this.
lineKeyword
= lineKeyword;
26342
this.
lineKeyword
= lineKeyword;
5 references to lineKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26356
public override SyntaxToken LineKeyword => this.
lineKeyword
;
26366
1 => this.
lineKeyword
,
26396
=> new LineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
lineKeyword
, this.line, this.file, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26399
=> new LineDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
lineKeyword
, this.line, this.file, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16493
public override SyntaxToken LineKeyword => new SyntaxToken(this, ((InternalSyntax.LineDirectiveTriviaSyntax)this.Green).
lineKeyword
, GetChildPosition(1), GetChildIndex(1));