2 writes to aspNetUpdateable
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1397aspNetUpdateable = String.Empty, 1419case "AspNetCompiler.Updateable": aspNetCompilerParameters.aspNetUpdateable = propertyValue; break;
5 references to aspNetUpdateable
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1702metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetUpdateable"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetUpdateable));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
100debugAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"false"); 112releaseAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"true");
Construction\SolutionFile_OldParser_Tests.cs (2)
1560debugAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"false"); 1572releaseAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"true");