1 write to _userMainReturnTypeSyntax
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
351
_userMainReturnTypeSyntax
= userMain.ExtractReturnTypeSyntax();
5 references to _userMainReturnTypeSyntax
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (5)
352
var binder = compilation.GetBinder(
_userMainReturnTypeSyntax
);
355
var arguments = Parameters.SelectAsArray((p, s) => (BoundExpression)new BoundParameter(s, p, p.Type),
_userMainReturnTypeSyntax
);
359
syntax:
_userMainReturnTypeSyntax
,
376
var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out _getAwaiterGetResultCall!,
_userMainReturnTypeSyntax
, BindingDiagnosticBag.Discarded);
398
var syntax =
_userMainReturnTypeSyntax
;