2 references to Activate
System.AddIn (2)
System\Addin\Hosting\AddInActivator.cs (1)
47
return
Activate
<T>(token, level, token.Name);
System\Addin\Hosting\AddInToken.cs (1)
273
return AddInActivator.
Activate
<T>(this, trustLevel, appDomainName);