2 writes to aspNetDelaySign
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1382aspNetDelaySign = String.Empty, 1428aspNetCompilerParameters.aspNetDelaySign = propertyValue;
4 references to aspNetDelaySign
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
106debugAspNetCompilerParameters.aspNetDelaySign.ShouldBe(@"true"); 118releaseAspNetCompilerParameters.aspNetDelaySign.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1563debugAspNetCompilerParameters.aspNetDelaySign.ShouldBe(@"true"); 1575releaseAspNetCompilerParameters.aspNetDelaySign.ShouldBe("");