6 references to MapPathInternal
System.Web (6)
Compilation\BrowserCapabilitiesCompiler.cs (1)
111
string physicalDir = HostingEnvironment.
MapPathInternal
(AppBrowsersVirtualDir);
Hosting\HostingEnvironment.cs (3)
1618
String path =
MapPathInternal
(virtualPath);
1627
return
MapPathInternal
(VirtualPath.Create(virtualPath));
1664
return
MapPathInternal
(virtualPath);
VirtualPath.cs (1)
270
return HostingEnvironment.
MapPathInternal
(this);
XmlSiteMapProvider.cs (1)
587
_filename = HostingEnvironment.
MapPathInternal
(_normalizedVirtualPath);