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)
527if (!TrustInfo.IsFullTrust) 613if (!TrustInfo.IsFullTrust) 642bool isPartialTrust = !TrustInfo.IsFullTrust; 726if (trustInfo.IsFullTrust)