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