1 write to _userMainReturnTypeSyntax
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
349
_userMainReturnTypeSyntax
= userMain.ExtractReturnTypeSyntax();
5 references to _userMainReturnTypeSyntax
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (5)
350
var binder = compilation.GetBinder(
_userMainReturnTypeSyntax
);
353
var arguments = Parameters.SelectAsArray((p, s) => (BoundExpression)new BoundParameter(s, p, p.Type),
_userMainReturnTypeSyntax
);
357
syntax:
_userMainReturnTypeSyntax
,
374
var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out _getAwaiterGetResultCall!,
_userMainReturnTypeSyntax
, BindingDiagnosticBag.Discarded);
396
var syntax =
_userMainReturnTypeSyntax
;