2 writes to aspNetUpdateable
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1370
aspNetUpdateable
= String.Empty,
1404
aspNetCompilerParameters.
aspNetUpdateable
= propertyValue;
4 references to aspNetUpdateable
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
102
debugAspNetCompilerParameters.
aspNetUpdateable
.ShouldBe(@"false");
114
releaseAspNetCompilerParameters.
aspNetUpdateable
.ShouldBe(@"true");
Construction\SolutionFile_OldParser_Tests.cs (2)
1559
debugAspNetCompilerParameters.
aspNetUpdateable
.ShouldBe(@"false");
1571
releaseAspNetCompilerParameters.
aspNetUpdateable
.ShouldBe(@"true");