2 writes to _physicalPath
System.Web (2)
Hosting\ISAPIApplicationHost.cs (2)
76
_physicalPath
= serverConfig.MapPath(this, _virtualPath);
79
_physicalPath
= physicalPath;
2 references to _physicalPath
System.Web (2)
Hosting\ISAPIApplicationHost.cs (2)
83
if (!Directory.Exists(
_physicalPath
)) {
103
return
_physicalPath
;