2 writes to aspNetAPTCA
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1402aspNetAPTCA = String.Empty, 1424case "AspNetCompiler.AllowPartiallyTrustedCallers": aspNetCompilerParameters.aspNetAPTCA = propertyValue; break;
4 references to aspNetAPTCA
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
105debugAspNetCompilerParameters.aspNetAPTCA.ShouldBe(@"false"); 117releaseAspNetCompilerParameters.aspNetAPTCA.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1565debugAspNetCompilerParameters.aspNetAPTCA.ShouldBe(@"false"); 1577releaseAspNetCompilerParameters.aspNetAPTCA.ShouldBe("");