1 write to s_mainType
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1120
s_mainType
= exe.EntryPoint?.ReflectedType;
2 references to s_mainType
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
1112
if (
s_mainType
is null)
1125
return
s_mainType
;