2 implementations of GetPhysicalPath
System.Web (2)
Hosting\ISAPIApplicationHost.cs (1)
102String IApplicationHost.GetPhysicalPath() {
Hosting\SimpleApplicationHost.cs (1)
51String IApplicationHost.GetPhysicalPath() {
3 references to GetPhysicalPath
System.Web (3)
Hosting\ApplicationManager.cs (3)
349physicalPath = FileUtil.FixUpPhysicalDirectory(appHost.GetPhysicalPath()); 435appHost.GetPhysicalPath(), appHost.GetSiteName()); 890String physicalPath = appHost.GetPhysicalPath();