11 references to AwaitExpression
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (2)
3795
case BoundKind.
AwaitExpression
:
4268
case BoundKind.
AwaitExpression
:
Compilation\CSharpSemanticModel.cs (1)
3561
case BoundKind.
AwaitExpression
:
FlowAnalysis\DefiniteAssignment.cs (1)
431
case BoundKind.
AwaitExpression
:
FlowAnalysis\ExitPointsWalker.cs (1)
141
case BoundKind.
AwaitExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
2133
: base(BoundKind.
AwaitExpression
, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors())
8616
case BoundKind.
AwaitExpression
:
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (2)
313
if (node.Expression.Kind == BoundKind.
AwaitExpression
)
320
if (expression.Right.Kind == BoundKind.
AwaitExpression
)
Lowering\LocalRewriter\LocalRewriter_ExpressionStatement.cs (1)
50
case BoundKind.
AwaitExpression
:
Operations\CSharpOperationFactory.cs (1)
134
case BoundKind.
AwaitExpression
: