3 writes to forKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12430
this.
forKeyword
= forKeyword;
12474
this.
forKeyword
= forKeyword;
12517
this.
forKeyword
= forKeyword;
5 references to forKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12551
public SyntaxToken ForKeyword => this.
forKeyword
;
12566
1 => this.
forKeyword
,
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)
7724
public SyntaxToken ForKeyword => new SyntaxToken(this, ((InternalSyntax.ForStatementSyntax)this.Green).
forKeyword
, GetChildPosition(1), GetChildIndex(1));