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