3 writes to lineKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26524
this.
lineKeyword
= lineKeyword;
26551
this.
lineKeyword
= lineKeyword;
26577
this.
lineKeyword
= lineKeyword;
5 references to lineKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26597
public override SyntaxToken LineKeyword => this.
lineKeyword
;
26610
1 => this.
lineKeyword
,
26643
=> new LineSpanDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
lineKeyword
, this.start, this.minusToken, this.end, this.characterOffset, this.file, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26646
=> new LineSpanDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
lineKeyword
, this.start, this.minusToken, this.end, this.characterOffset, this.file, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16609
public override SyntaxToken LineKeyword => new SyntaxToken(this, ((InternalSyntax.LineSpanDirectiveTriviaSyntax)this.Green).
lineKeyword
, GetChildPosition(1), GetChildIndex(1));