2 writes to aspNetAPTCA
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1375
aspNetAPTCA
= String.Empty,
1424
aspNetCompilerParameters.
aspNetAPTCA
= propertyValue;
5 references to aspNetAPTCA
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1694
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetAPTCA"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetAPTCA
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
107
debugAspNetCompilerParameters.
aspNetAPTCA
.ShouldBe(@"false");
119
releaseAspNetCompilerParameters.
aspNetAPTCA
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1564
debugAspNetCompilerParameters.
aspNetAPTCA
.ShouldBe(@"false");
1576
releaseAspNetCompilerParameters.
aspNetAPTCA
.ShouldBe("");