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