4 references to GetAwaitableExpressionInfo
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Await.cs (1)
126return GetAwaitableExpressionInfo(expression, getAwaiterGetResultCall: out _,
Compilation\CSharpCompilation.cs (1)
2193var success = binder.GetAwaitableExpressionInfo(dumbInstance, out result, syntax, diagnostics);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
374var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out _getAwaiterGetResultCall!, _userMainReturnTypeSyntax, BindingDiagnosticBag.Discarded); 492if (!binder.GetAwaitableExpressionInfo(initializeCall, out getAwaiterGetResultCall, syntax, diagnostics))