1 write to IsFullTrust
Microsoft.Build.Tasks.Core (1)
GenerateTrustInfo.cs (1)
44var trustInfo = new TrustInfo { IsFullTrust = false };
4 references to IsFullTrust
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ApplicationManifest.cs (4)
526if (!TrustInfo.IsFullTrust) 612if (!TrustInfo.IsFullTrust) 641bool isPartialTrust = !TrustInfo.IsFullTrust; 725if (trustInfo.IsFullTrust)