4 references to _getAwaiterGetResultCall
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (4)
374
var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out
_getAwaiterGetResultCall
!, _userMainReturnTypeSyntax, BindingDiagnosticBag.Discarded);
392
public override TypeWithAnnotations ReturnTypeWithAnnotations => TypeWithAnnotations.Create(
_getAwaiterGetResultCall
.Type);
406
expression:
_getAwaiterGetResultCall
430
expressionOpt:
_getAwaiterGetResultCall
,