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