8 references to AwaitableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (2)
4412
case BoundKind.
AwaitableValuePlaceholder
:
5066
case BoundKind.
AwaitableValuePlaceholder
:
Binder\Binder_Expressions.cs (1)
8464
else if (boundLeft.Kind == BoundKind.
AwaitableValuePlaceholder
&& boundLeft.Type.IsIAsyncEnumerableType(Compilation))
Generated\BoundNodes.xml.Generated.cs (4)
591
: base(BoundKind.
AwaitableValuePlaceholder
, syntax, type, hasErrors)
596
: base(BoundKind.
AwaitableValuePlaceholder
, syntax, type)
9113
case BoundKind.
AwaitableValuePlaceholder
:
17705
BoundKind.
AwaitableValuePlaceholder
=> PipelinePhase.StateMachineRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
1061
case BoundKind.
AwaitableValuePlaceholder
: