4 writes to _returnType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (4)
42
_returnType
= Binder.GetWellKnownType(compilation, WellKnownType.System_Threading_Tasks_Task, diagnostics, NoLocation.Singleton);
45
_returnType
= Binder.GetSpecialType(compilation, SpecialType.System_Void, NoLocation.Singleton, diagnostics);
48
_returnType
= Binder.GetWellKnownType(compilation, WellKnownType.System_Threading_Tasks_Task_T, diagnostics, NoLocation.Singleton).
52
_returnType
= Binder.GetSpecialType(compilation, SpecialType.System_Int32, NoLocation.Singleton, diagnostics);
1 reference to _returnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
159
return TypeWithAnnotations.Create(
_returnType
);