2 writes to aspNetDelaySign
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1401
aspNetDelaySign
= String.Empty,
1423
case "AspNetCompiler.DelaySign": aspNetCompilerParameters.
aspNetDelaySign
= propertyValue; break;
5 references to aspNetDelaySign
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1706
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetDelaySign"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetDelaySign
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
104
debugAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe(@"true");
116
releaseAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1564
debugAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe(@"true");
1576
releaseAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe("");