3 writes to line
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26303
this.
line
= line;
26324
this.
line
= line;
26344
this.
line
= line;
5 references to line
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26357
public SyntaxToken Line => this.
line
;
26367
2 => this.
line
,
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)
16495
public SyntaxToken Line => new SyntaxToken(this, ((InternalSyntax.LineDirectiveTriviaSyntax)this.Green).
line
, GetChildPosition(2), GetChildIndex(2));