2 writes to aspNetFixedNames
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1403
aspNetFixedNames
= String.Empty
1425
case "AspNetCompiler.FixedNames": aspNetCompilerParameters.
aspNetFixedNames
= propertyValue; break;
4 references to aspNetFixedNames
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
106
debugAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe(@"debugfixednames");
118
releaseAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1566
debugAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe(@"debugfixednames");
1578
releaseAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe("");