3 writes to forEachKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12829
this.
forEachKeyword
= forEachKeyword;
12860
this.
forEachKeyword
= forEachKeyword;
12890
this.
forEachKeyword
= forEachKeyword;
5 references to forEachKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12907
public override SyntaxToken ForEachKeyword => this.
forEachKeyword
;
12926
2 => this.
forEachKeyword
,
12959
=> new ForEachVariableStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
forEachKeyword
, this.openParenToken, this.variable, this.inKeyword, this.expression, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
12962
=> new ForEachVariableStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
forEachKeyword
, this.openParenToken, this.variable, this.inKeyword, this.expression, this.closeParenToken, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7989
public override SyntaxToken ForEachKeyword => new SyntaxToken(this, ((InternalSyntax.ForEachVariableStatementSyntax)this.Green).
forEachKeyword
, GetChildPosition(2), GetChildIndex(2));