4 writes to _returnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (4)
41
_returnType
= Binder.GetWellKnownType(compilation, WellKnownType.System_Threading_Tasks_Task, diagnostics, NoLocation.Singleton);
44
_returnType
= Binder.GetSpecialType(compilation, SpecialType.System_Void, NoLocation.Singleton, diagnostics);
47
_returnType
= Binder.GetWellKnownType(compilation, WellKnownType.System_Threading_Tasks_Task_T, diagnostics, NoLocation.Singleton).
51
_returnType
= Binder.GetSpecialType(compilation, SpecialType.System_Int32, NoLocation.Singleton, diagnostics);
1 reference to _returnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
158
return TypeWithAnnotations.Create(
_returnType
);