10 references to MapPath
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
66
string physicalPath = HostingEnvironment.
MapPath
(child.VirtualPath);
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostingEnvironmentWrapper.cs (1)
87
return HostingEnvironment.
MapPath
(virtualPath);
System.Web (6)
Compilation\ResXBuildProvider.cs (1)
23
string physicalPath = HostingEnvironment.
MapPath
(VirtualPath);
Compilation\TimeStampChecker.cs (1)
81
string path = HostingEnvironment.
MapPath
(virtualPath);
Compilation\WebReferencesBuildProvider.cs (1)
103
string physicalPath = HostingEnvironment.
MapPath
(child.VirtualPath);
ErrorFormatter.cs (1)
1552
_physicalPath = HostingEnvironment.
MapPath
(_virtualPath);
HttpResponse.cs (1)
2733
fn = HostingEnvironment.
MapPath
(fn);
HttpRuntime.cs (1)
2519
string physicalPath = HostingEnvironment.
MapPath
(virtualPath);
System.Web.Extensions (2)
Compilation\WCFBuildProvider.cs (2)
107
string physicalPath = HostingEnvironment.
MapPath
(child.VirtualPath);
126
string physicalPath = HostingEnvironment.
MapPath
(child.VirtualPath);