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