3 writes to awaitKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12988
this.
awaitKeyword
= awaitKeyword;
13023
this.
awaitKeyword
= awaitKeyword;
13057
this.
awaitKeyword
= awaitKeyword;
5 references to awaitKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13080
public SyntaxToken? AwaitKeyword => this.
awaitKeyword
;
13092
1 => this.
awaitKeyword
,
13125
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.
awaitKeyword
, this.usingKeyword, this.openParenToken, this.declaration, this.expression, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
13128
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.
awaitKeyword
, this.usingKeyword, this.openParenToken, this.declaration, this.expression, this.closeParenToken, this.statement, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8090
var slot = ((Syntax.InternalSyntax.UsingStatementSyntax)this.Green).
awaitKeyword
;