3 writes to comma
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3488
this.
comma
= comma;
3507
this.
comma
= comma;
3525
this.
comma
= comma;
5 references to comma
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
3539
public SyntaxToken Comma => this.
comma
;
3551
3 => this.
comma
,
3580
=> new RefValueExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.
comma
, this.type, this.closeParenToken, diagnostics, GetAnnotations());
3583
=> new RefValueExpressionSyntax(this.Kind, this.keyword, this.openParenToken, this.expression, this.
comma
, this.type, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2208
public SyntaxToken Comma => new SyntaxToken(this, ((InternalSyntax.RefValueExpressionSyntax)this.Green).
comma
, GetChildPosition(3), GetChildIndex(3));