3 writes to awaitKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
10521
this.
awaitKeyword
= awaitKeyword;
10552
this.
awaitKeyword
= awaitKeyword;
10582
this.
awaitKeyword
= awaitKeyword;
5 references to awaitKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
10601
public SyntaxToken? AwaitKeyword => this.
awaitKeyword
;
10612
1 => this.
awaitKeyword
,
10643
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.
awaitKeyword
, this.usingKeyword, this.modifiers, this.declaration, this.semicolonToken, diagnostics, GetAnnotations());
10646
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.
awaitKeyword
, this.usingKeyword, this.modifiers, this.declaration, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
6563
var slot = ((Syntax.InternalSyntax.LocalDeclarationStatementSyntax)this.Green).
awaitKeyword
;