2 writes to aspNetPhysicalPath
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1394aspNetPhysicalPath = String.Empty, 1416case "AspNetCompiler.PhysicalPath": aspNetCompilerParameters.aspNetPhysicalPath = propertyValue; break;
6 references to aspNetPhysicalPath
Microsoft.Build (2)
Construction\Solution\SolutionProjectGenerator.cs (2)
1699metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetPhysicalPath"), EscapingUtilities.Escape(aspNetCompilerParameters.aspNetPhysicalPath)); 1710string aspNetPhysicalPath = aspNetCompilerParameters.aspNetPhysicalPath;
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
97debugAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite\"); 109releaseAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite_release\");
Construction\SolutionFile_OldParser_Tests.cs (2)
1557debugAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite\"); 1569releaseAspNetCompilerParameters.aspNetPhysicalPath.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite_release\");