2 writes to _userEntryPointInvocation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
391
_userEntryPointInvocation
= new BoundCall(
412
var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out
_userEntryPointInvocation
, runtimeAsyncAwaitCall: out _, _userMainReturnTypeSyntax, BindingDiagnosticBag.Discarded);
3 references to _userEntryPointInvocation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (3)
432
public override TypeWithAnnotations ReturnTypeWithAnnotations => TypeWithAnnotations.Create(
_userEntryPointInvocation
.Type);
446
expression:
_userEntryPointInvocation
470
expressionOpt:
_userEntryPointInvocation
,