2 writes to aspNetDebug
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1371aspNetDebug = String.Empty, 1408aspNetCompilerParameters.aspNetDebug = propertyValue;
5 references to aspNetDebug
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1690metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetDebug"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetDebug));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
103debugAspNetCompilerParameters.aspNetDebug.ShouldBe(@"true"); 115releaseAspNetCompilerParameters.aspNetDebug.ShouldBe(@"false");
Construction\SolutionFile_OldParser_Tests.cs (2)
1560debugAspNetCompilerParameters.aspNetDebug.ShouldBe(@"true"); 1572releaseAspNetCompilerParameters.aspNetDebug.ShouldBe(@"false");