3 writes to closeParenToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12458
this.
closeParenToken
= closeParenToken;
12502
this.
closeParenToken
= closeParenToken;
12545
this.
closeParenToken
= closeParenToken;
5 references to closeParenToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12559
public SyntaxToken CloseParenToken => this.
closeParenToken
;
12574
9 => this.
closeParenToken
,
12602
=> new ForStatementSyntax(this.Kind, this.attributeLists, this.forKeyword, this.openParenToken, this.declaration, this.initializers, this.firstSemicolonToken, this.condition, this.secondSemicolonToken, this.incrementors, this.
closeParenToken
, this.statement, diagnostics, GetAnnotations());
12605
=> new ForStatementSyntax(this.Kind, this.attributeLists, this.forKeyword, this.openParenToken, this.declaration, this.initializers, this.firstSemicolonToken, this.condition, this.secondSemicolonToken, this.incrementors, this.
closeParenToken
, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7754
public SyntaxToken CloseParenToken => new SyntaxToken(this, ((InternalSyntax.ForStatementSyntax)this.Green).
closeParenToken
, GetChildPosition(9), GetChildIndex(9));