2 writes to aspNetUpdateable
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1370
aspNetUpdateable
= String.Empty,
1404
aspNetCompilerParameters.
aspNetUpdateable
= propertyValue;
5 references to aspNetUpdateable
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1689
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetUpdateable"), EscapingUtilities.Escape(aspNetCompilerParameters.
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");