3 writes to awaitKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2067
this.
awaitKeyword
= awaitKeyword;
2078
this.
awaitKeyword
= awaitKeyword;
2088
this.
awaitKeyword
= awaitKeyword;
5 references to awaitKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2094
public SyntaxToken AwaitKeyword => this.
awaitKeyword
;
2101
0 => this.
awaitKeyword
,
2129
=> new AwaitExpressionSyntax(this.Kind, this.
awaitKeyword
, this.expression, diagnostics, GetAnnotations());
2132
=> new AwaitExpressionSyntax(this.Kind, this.
awaitKeyword
, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
1275
public SyntaxToken AwaitKeyword => new SyntaxToken(this, ((InternalSyntax.AwaitExpressionSyntax)this.Green).
awaitKeyword
, Position, 0);