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