11 references to AwaitExpression
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (2)
4516
case BoundKind.
AwaitExpression
:
5305
case BoundKind.
AwaitExpression
:
Compilation\CSharpSemanticModel.cs (1)
3568
case BoundKind.
AwaitExpression
:
FlowAnalysis\DefiniteAssignment.cs (1)
430
case BoundKind.
AwaitExpression
:
FlowAnalysis\ExitPointsWalker.cs (1)
141
case BoundKind.
AwaitExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
2174
: base(BoundKind.
AwaitExpression
, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors())
8936
case BoundKind.
AwaitExpression
:
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (2)
307
if (node.Expression.Kind == BoundKind.
AwaitExpression
)
314
if (expression.Right.Kind == BoundKind.
AwaitExpression
)
Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.cs (1)
50
case BoundKind.
AwaitExpression
:
Operations\CSharpOperationFactory.cs (1)
136
case BoundKind.
AwaitExpression
: