2 writes to aspNetPhysicalPath
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1395aspNetPhysicalPath = String.Empty, 1417case "AspNetCompiler.PhysicalPath": aspNetCompilerParameters.aspNetPhysicalPath = propertyValue; break;
4 references to aspNetPhysicalPath
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
96debugAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite\"); 108releaseAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite_release\");
Construction\SolutionFile_OldParser_Tests.cs (2)
1556debugAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite\"); 1568releaseAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite_release\");