2 references to Activate
System.AddIn (2)
System\Addin\Hosting\AddInActivator.cs (1)
244
return
Activate
<T>(token, process, permissionSet);
System\Addin\Hosting\AddInToken.cs (1)
302
return AddInActivator.
Activate
<T>(this, process, permissionSet);