3 writes to awaitKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12660this.awaitKeyword = awaitKeyword; 12693this.awaitKeyword = awaitKeyword; 12725this.awaitKeyword = awaitKeyword;
5 references to awaitKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12746public override SyntaxToken? AwaitKeyword => this.awaitKeyword; 127611 => this.awaitKeyword, 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)
7880var slot = ((Syntax.InternalSyntax.ForEachStatementSyntax)this.Green).awaitKeyword;