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