2 writes to aspNetForce
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1369
aspNetForce
= String.Empty,
1400
aspNetCompilerParameters.
aspNetForce
= propertyValue;
5 references to aspNetForce
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1688
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetForce"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetForce
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
101
debugAspNetCompilerParameters.
aspNetForce
.ShouldBe(@"true");
113
releaseAspNetCompilerParameters.
aspNetForce
.ShouldBe(@"true");
Construction\SolutionFile_OldParser_Tests.cs (2)
1558
debugAspNetCompilerParameters.
aspNetForce
.ShouldBe(@"true");
1570
releaseAspNetCompilerParameters.
aspNetForce
.ShouldBe(@"true");