3 writes to awaitKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12826
this.
awaitKeyword
= awaitKeyword;
12857
this.
awaitKeyword
= awaitKeyword;
12887
this.
awaitKeyword
= awaitKeyword;
5 references to awaitKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
12906
public override SyntaxToken? AwaitKeyword => this.
awaitKeyword
;
12925
1 => this.
awaitKeyword
,
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)
7984
var slot = ((Syntax.InternalSyntax.ForEachVariableStatementSyntax)this.Green).
awaitKeyword
;