3 implementations of MapPath
System.Web (3)
Configuration\ExpressServerConfig.cs (1)
94string IServerConfig.MapPath(IApplicationHost appHost, VirtualPath path) {
Configuration\MetabaseServerConfig.cs (1)
66string IServerConfig.MapPath(IApplicationHost appHost, VirtualPath path) {
Configuration\ProcessHostServerConfig.cs (1)
84string 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)
280physicalPath = serverConfig.MapPath(null, _virtualPath); 301string subPhysicalPath = serverConfig.MapPath(null, subpath);