9 references to AwaitableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (2)
4407
case BoundKind.
AwaitableValuePlaceholder
:
5061
case BoundKind.
AwaitableValuePlaceholder
:
Binder\Binder_Expressions.cs (1)
8453
else if (boundLeft.Kind == BoundKind.
AwaitableValuePlaceholder
&& boundLeft.Type.IsIAsyncEnumerableType(Compilation))
FlowAnalysis\NullableWalker.cs (1)
598
case BoundKind.
AwaitableValuePlaceholder
:
Generated\BoundNodes.xml.Generated.cs (4)
588
: base(BoundKind.
AwaitableValuePlaceholder
, syntax, type, hasErrors)
593
: base(BoundKind.
AwaitableValuePlaceholder
, syntax, type)
8991
case BoundKind.
AwaitableValuePlaceholder
:
17469
BoundKind.
AwaitableValuePlaceholder
=> PipelinePhase.StateMachineRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
1061
case BoundKind.
AwaitableValuePlaceholder
: