3 implementations of MapPath
System.Web (3)
Configuration\ExpressServerConfig.cs (1)
94
string IServerConfig.
MapPath
(IApplicationHost appHost, VirtualPath path) {
Configuration\MetabaseServerConfig.cs (1)
66
string IServerConfig.
MapPath
(IApplicationHost appHost, VirtualPath path) {
Configuration\ProcessHostServerConfig.cs (1)
84
string IServerConfig.
MapPath
(IApplicationHost appHost, VirtualPath path) {
3 references to MapPath
System.Web (3)
Hosting\ISAPIApplicationHost.cs (1)
76
_physicalPath = serverConfig.
MapPath
(this, _virtualPath);
Hosting\MapPathBasedVirtualPathProvider.cs (2)
280
physicalPath = serverConfig.
MapPath
(null, _virtualPath);
301
string subPhysicalPath = serverConfig.
MapPath
(null, subpath);