3 writes to line
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26417
this.
line
= line;
26434
this.
line
= line;
26450
this.
line
= line;
5 references to line
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26460
public SyntaxToken Line => this.
line
;
26469
1 => this.
line
,
26499
=> new LineDirectivePositionSyntax(this.Kind, this.openParenToken, this.
line
, this.commaToken, this.character, this.closeParenToken, diagnostics, GetAnnotations());
26502
=> new LineDirectivePositionSyntax(this.Kind, this.openParenToken, this.
line
, this.commaToken, this.character, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16557
public SyntaxToken Line => new SyntaxToken(this, ((InternalSyntax.LineDirectivePositionSyntax)this.Green).
line
, GetChildPosition(1), GetChildIndex(1));