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