3 writes to forEachKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12663
this.
forEachKeyword
= forEachKeyword;
12696
this.
forEachKeyword
= forEachKeyword;
12728
this.
forEachKeyword
= forEachKeyword;
5 references to forEachKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12747
public override SyntaxToken ForEachKeyword => this.
forEachKeyword
;
12762
2 => this.
forEachKeyword
,
12796
=> new ForEachStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
forEachKeyword
, this.openParenToken, this.type, this.identifier, this.inKeyword, this.expression, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
12799
=> new ForEachStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.
forEachKeyword
, this.openParenToken, this.type, this.identifier, this.inKeyword, this.expression, this.closeParenToken, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7885
public override SyntaxToken ForEachKeyword => new SyntaxToken(this, ((InternalSyntax.ForEachStatementSyntax)this.Green).
forEachKeyword
, GetChildPosition(2), GetChildIndex(2));