4 references to InspectionWorker
System.AddIn (4)
System\Addin\Hosting\AddInStore.cs (4)
1154ObjectHandle inspectionWorkerHandle = Activator.CreateInstance(domain, typeof(InspectionWorker).Assembly.FullName, typeof(InspectionWorker).FullName); 1155InspectionWorker worker = (InspectionWorker)inspectionWorkerHandle.Unwrap();