4 references to _getAwaiterGetResultCall
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (4)
376
var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out
_getAwaiterGetResultCall
!, runtimeAsyncAwaitCall: out _, _userMainReturnTypeSyntax, BindingDiagnosticBag.Discarded);
395
public override TypeWithAnnotations ReturnTypeWithAnnotations => TypeWithAnnotations.Create(
_getAwaiterGetResultCall
.Type);
409
expression:
_getAwaiterGetResultCall
433
expressionOpt:
_getAwaiterGetResultCall
,