2 references to AwaitExpressionSyntax
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
2129
=> new
AwaitExpressionSyntax
(this.Kind, this.awaitKeyword, this.expression, diagnostics, GetAnnotations());
2132
=> new
AwaitExpressionSyntax
(this.Kind, this.awaitKeyword, this.expression, GetDiagnostics(), annotations);