2 writes to aspNetUpdateable
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1370aspNetUpdateable = String.Empty, 1404aspNetCompilerParameters.aspNetUpdateable = propertyValue;
4 references to 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");