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