2 writes to aspNetDebug
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1371
aspNetDebug
= String.Empty,
1408
aspNetCompilerParameters.
aspNetDebug
= propertyValue;
5 references to aspNetDebug
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1690
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetDebug"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetDebug
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
103
debugAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"true");
115
releaseAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"false");
Construction\SolutionFile_OldParser_Tests.cs (2)
1560
debugAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"true");
1572
releaseAspNetCompilerParameters.
aspNetDebug
.ShouldBe(@"false");