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)
355var binder = compilation.GetBinder(_userMainReturnTypeSyntax); 358var arguments = Parameters.SelectAsArray((p, s) => (BoundExpression)new BoundParameter(s, p, p.Type), _userMainReturnTypeSyntax); 362syntax: _userMainReturnTypeSyntax, 383if (Binder.TryGetSpecialTypeMember(compilation, specialMember, _userMainReturnTypeSyntax, BindingDiagnosticBag.Discarded, out MethodSymbol handleAsyncEntryPointMethod, isOptional: true) 388syntax: _userMainReturnTypeSyntax, 408var success = binder.GetAwaitableExpressionInfo(userMainInvocation, out _userEntryPointInvocation, runtimeAsyncAwaitCall: out _, _userMainReturnTypeSyntax, BindingDiagnosticBag.Discarded); 432var syntax = _userMainReturnTypeSyntax;