8 references to AwaitableValuePlaceholder
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (2)
4412case BoundKind.AwaitableValuePlaceholder: 5066case BoundKind.AwaitableValuePlaceholder:
Binder\Binder_Expressions.cs (1)
8464else 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) 9113case BoundKind.AwaitableValuePlaceholder: 17705BoundKind.AwaitableValuePlaceholder => PipelinePhase.StateMachineRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
1061case BoundKind.AwaitableValuePlaceholder: