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