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)
83if (!Directory.Exists(_physicalPath)) { 103return _physicalPath;