16 references to MapPathInternal
System.Web (16)
Compilation\AssemblyBuilder.cs (2)
644
string physicalPath = HostingEnvironment.
MapPathInternal
(buildProvider.VirtualPath);
1233
string physicalPath = HostingEnvironment.
MapPathInternal
(buildProvider.VirtualPath);
Compilation\BaseCodeDomTreeGenerator.cs (1)
894
pragmaFile = HostingEnvironment.
MapPathInternal
(virtualPath);
Compilation\BrowserCapabilitiesCompiler.cs (1)
502
String filePath = HostingEnvironment.
MapPathInternal
(virtualPath);
Compilation\BuildManager.cs (2)
2993
string sourcePhysicalPath = HostingEnvironment.
MapPathInternal
(vfile.VirtualPath);
3048
string sourcePhysicalDir = HostingEnvironment.
MapPathInternal
(sourceDir.VirtualPath);
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
529
browserDirInfo = new DirectoryInfo(HostingEnvironment.
MapPathInternal
(virtualDir));
ErrorFormatter.cs (1)
809
return HostingEnvironment.
MapPathInternal
(virtualPath);
Hosting\IIS7WorkerRequest.cs (1)
2539
return HostingEnvironment.
MapPathInternal
(path);
Hosting\ISAPIWorkerRequest.cs (1)
1484
return HostingEnvironment.
MapPathInternal
(path);
Hosting\MapPathBasedVirtualPathProvider.cs (4)
36
string physicalDependency = HostingEnvironment.
MapPathInternal
(virtualDependency);
52
string physicalDependency = HostingEnvironment.
MapPathInternal
(virtualDependency);
79
string physicalPath = HostingEnvironment.
MapPathInternal
(virtualPath);
167
_physicalPath = HostingEnvironment.
MapPathInternal
(VirtualPath);
HttpApplicationFactory.cs (1)
334
HostingEnvironment.
MapPathInternal
(fileName), handler);
HttpRequest.cs (1)
1683
_pathTranslated = HostingEnvironment.
MapPathInternal
(FilePath);