1 write to _userMainReturnTypeSyntax
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
354
_userMainReturnTypeSyntax
= userMain.ExtractReturnTypeSyntax();
7 references to _userMainReturnTypeSyntax
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (7)
355
var binder = compilation.GetBinder(
_userMainReturnTypeSyntax
);
358
var arguments = Parameters.SelectAsArray((p, s) => (BoundExpression)new BoundParameter(s, p, p.Type),
_userMainReturnTypeSyntax
);
362
syntax:
_userMainReturnTypeSyntax
,
383
if (Binder.TryGetSpecialTypeMember(compilation, specialMember,
_userMainReturnTypeSyntax
, BindingDiagnosticBag.Discarded, out MethodSymbol handleAsyncEntryPointMethod, isOptional: true)
388
syntax:
_userMainReturnTypeSyntax
,
408
var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out _userEntryPointInvocation, runtimeAsyncAwaitCall: out _,
_userMainReturnTypeSyntax
, BindingDiagnosticBag.Discarded);
432
var syntax =
_userMainReturnTypeSyntax
;