2 writes to aspNetUpdateable
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1370aspNetUpdateable = String.Empty, 1404aspNetCompilerParameters.aspNetUpdateable = propertyValue;
5 references to aspNetUpdateable
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1689metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetUpdateable"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetUpdateable));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
102debugAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"false"); 114releaseAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"true");
Construction\SolutionFile_OldParser_Tests.cs (2)
1559debugAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"false"); 1571releaseAspNetCompilerParameters.aspNetUpdateable.ShouldBe(@"true");