4 references to EntryAssembly
mscorlib (4)
system\appdomainmanager.cs (1)
170
m_entryAssembly = runner.
EntryAssembly
;
system\applicationactivator.cs (3)
100
return m_domain.nExecuteAssembly(
EntryAssembly
, m_args);
105
Object[] attrs =
EntryAssembly
.EntryPoint.GetCustomAttributes(typeof(STAThreadAttribute), false);
108
attrs =
EntryAssembly
.EntryPoint.GetCustomAttributes(typeof(MTAThreadAttribute), false);