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