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