3 references to CreateInstance
System.AddIn (2)
System\Addin\Hosting\AddInServer.cs (1)
67ObjectHandle workerHandle = Activator.CreateInstance(domain, sysCore.FullName, typeof(AddInServerWorker).FullName);
System\Addin\Hosting\AddInStore.cs (1)
1154ObjectHandle inspectionWorkerHandle = Activator.CreateInstance(domain, typeof(InspectionWorker).Assembly.FullName, typeof(InspectionWorker).FullName);
System.Web (1)
Hosting\ApplicationManager.cs (1)
1298h = Activator.CreateInstance(appDomain, module, typeName);