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