2 writes to aspNetDelaySign
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1402
aspNetDelaySign
= String.Empty,
1424
case "AspNetCompiler.DelaySign": aspNetCompilerParameters.
aspNetDelaySign
= propertyValue; break;
4 references to aspNetDelaySign
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
103
debugAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe(@"true");
115
releaseAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1563
debugAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe(@"true");
1575
releaseAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe("");