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