3 writes to commaToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26419
this.
commaToken
= commaToken;
26436
this.
commaToken
= commaToken;
26452
this.
commaToken
= commaToken;
5 references to commaToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26461
public SyntaxToken CommaToken => this.
commaToken
;
26470
2 => this.
commaToken
,
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)
16559
public SyntaxToken CommaToken => new SyntaxToken(this, ((InternalSyntax.LineDirectivePositionSyntax)this.Green).
commaToken
, GetChildPosition(2), GetChildIndex(2));