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