2 writes to aspNetFixedNames
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1404
aspNetFixedNames
= String.Empty
1426
case "AspNetCompiler.FixedNames": aspNetCompilerParameters.
aspNetFixedNames
= propertyValue; break;
5 references to aspNetFixedNames
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1708
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetFixedNames"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetFixedNames
));
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
105
debugAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe(@"debugfixednames");
117
releaseAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1565
debugAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe(@"debugfixednames");
1577
releaseAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe("");