6 references to InvokerDelegate
System.AddIn (6)
System\Addin\Hosting\ActivationWorker.cs (1)
185
AddInActivator.
InvokerDelegate
myInvokerDelegate = AddInActivator.CreateConsInvoker(adapterType, addIn.GetType());
System\Addin\Hosting\AddInActivator.cs (5)
407
InvokerDelegate
myInvokerDelegate = CreateConsInvoker(hostAdapterType, contractType);
446
internal static
InvokerDelegate
CreateConsInvoker(Type targetType, Type argType)
455
return (
InvokerDelegate
)invoker.CreateDelegate(typeof(
InvokerDelegate
));
537
InvokerDelegate
myInvokerDelegate = CreateConsInvoker(hostAdapterType, contractType);