2 writes to aspNetPhysicalPath
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
1367
aspNetPhysicalPath
= String.Empty,
1392
aspNetCompilerParameters.
aspNetPhysicalPath
= propertyValue;
6 references to aspNetPhysicalPath
Microsoft.Build (2)
Construction\Solution\SolutionProjectGenerator.cs (2)
1686
metaprojectInstance.SetProperty(GenerateSafePropertyName(project, "AspNetPhysicalPath"), EscapingUtilities.Escape(aspNetCompilerParameters.
aspNetPhysicalPath
));
1697
string aspNetPhysicalPath = aspNetCompilerParameters.
aspNetPhysicalPath
;
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFile_NewParser_Tests.cs (2)
99
debugAspNetCompilerParameters.
aspNetPhysicalPath
.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite\");
111
releaseAspNetCompilerParameters.
aspNetPhysicalPath
.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite_release\");
Construction\SolutionFile_OldParser_Tests.cs (2)
1556
debugAspNetCompilerParameters.
aspNetPhysicalPath
.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite\");
1568
releaseAspNetCompilerParameters.
aspNetPhysicalPath
.ShouldBe(@"..\rajeev\temp\websites\myfirstwebsite_release\");