1 write to _userEntryPointInvocation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
387_userEntryPointInvocation = new BoundCall(
4 references to _userEntryPointInvocation
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (4)
408var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out _userEntryPointInvocation!, runtimeAsyncAwaitCall: out _, _userMainReturnTypeSyntax, BindingDiagnosticBag.Discarded); 428public override TypeWithAnnotations ReturnTypeWithAnnotations => TypeWithAnnotations.Create(_userEntryPointInvocation.Type); 442expression: _userEntryPointInvocation 466expressionOpt: _userEntryPointInvocation,