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