7 references to HasFullTrust
System.AddIn (7)
System\Addin\Hosting\AddInEnvironment.cs (1)
39
if (appDomain != AppDomain.CurrentDomain && !Utils.
HasFullTrust
()) {
System\Addin\Hosting\AddInStore.cs (5)
81
bool hasPathDiscovery = Utils.
HasFullTrust
();
157
bool hasPathDiscovery = Utils.
HasFullTrust
();
381
bool hasPathDiscovery = Utils.
HasFullTrust
();
486
bool hasPathDiscovery = Utils.
HasFullTrust
();
590
bool hasPathDiscovery = Utils.
HasFullTrust
();
System\Addin\Hosting\AddInToken.cs (1)
279
if (target != AppDomain.CurrentDomain && !Utils.
HasFullTrust
())