2 writes to aspNetDebug
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1398aspNetDebug = String.Empty, 1420case "AspNetCompiler.Debug": aspNetCompilerParameters.aspNetDebug = propertyValue; break;
5 references to aspNetDebug
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1703metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetDebug"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetDebug));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
101debugAspNetCompilerParameters.aspNetDebug.ShouldBe(@"true"); 113releaseAspNetCompilerParameters.aspNetDebug.ShouldBe(@"false");
Construction\SolutionFile_OldParser_Tests.cs (2)
1561debugAspNetCompilerParameters.aspNetDebug.ShouldBe(@"true"); 1573releaseAspNetCompilerParameters.aspNetDebug.ShouldBe(@"false");