2 writes to aspNetFixedNames
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1376
aspNetFixedNames
= String.Empty
1428
aspNetCompilerParameters.
aspNetFixedNames
= propertyValue;
4 references to aspNetFixedNames
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
108
debugAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe(@"debugfixednames");
120
releaseAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe("");
Construction\SolutionFile_OldParser_Tests.cs (2)
1565
debugAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe(@"debugfixednames");
1577
releaseAspNetCompilerParameters.
aspNetFixedNames
.ShouldBe("");