3 writes to commaToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9912
this.
commaToken
= commaToken;
9923
this.
commaToken
= commaToken;
9933
this.
commaToken
= commaToken;
5 references to commaToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9938
public SyntaxToken CommaToken => this.
commaToken
;
9944
0 => this.
commaToken
,
9972
=> new InterpolationAlignmentClauseSyntax(this.Kind, this.
commaToken
, this.value, diagnostics, GetAnnotations());
9975
=> new InterpolationAlignmentClauseSyntax(this.Kind, this.
commaToken
, this.value, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
6185
public SyntaxToken CommaToken => new SyntaxToken(this, ((InternalSyntax.InterpolationAlignmentClauseSyntax)this.Green).
commaToken
, Position, 0);