4 references to MapPath
System.Web (4)
Configuration\MTConfigUtil.cs (2)
175physicalPath = HostingEnvironment.MapPath(vpath); 226physicalPath = HostingEnvironment.MapPath(currentVPath);
Hosting\HostingEnvironment.cs (1)
1611return MapPath(VirtualPath.Create(virtualPath));
VirtualPath.cs (1)
266return HostingEnvironment.MapPath(this);