Base:
property
AwaitKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.CommonForEachStatementSyntax.AwaitKeyword
2 references to AwaitKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
12780
if (attributeLists != this.AttributeLists || awaitKeyword != this.
AwaitKeyword
|| forEachKeyword != this.ForEachKeyword || openParenToken != this.OpenParenToken || type != this.Type || identifier != this.Identifier || inKeyword != this.InKeyword || expression != this.Expression || closeParenToken != this.CloseParenToken || statement != this.Statement)
28318
=> node.Update(VisitList(node.AttributeLists), (SyntaxToken)Visit(node.
AwaitKeyword
), (SyntaxToken)Visit(node.ForEachKeyword), (SyntaxToken)Visit(node.OpenParenToken), (TypeSyntax)Visit(node.Type), (SyntaxToken)Visit(node.Identifier), (SyntaxToken)Visit(node.InKeyword), (ExpressionSyntax)Visit(node.Expression), (SyntaxToken)Visit(node.CloseParenToken), (StatementSyntax)Visit(node.Statement));