2 writes to aspNetDelaySign
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1374
aspNetDelaySign
= String.Empty,
1420
aspNetCompilerParameters.
aspNetDelaySign
= propertyValue;
5 references to aspNetDelaySign
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1693
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetDelaySign"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetDelaySign
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
106
debugAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe(@"true");
118
releaseAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1563
debugAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe(@"true");
1575
releaseAspNetCompilerParameters.
aspNetDelaySign
.ShouldBe("");