11 references to MapPath
System.Web (11)
Compilation\CodeDirectoryCompiler.cs (1)
53string physicalDir = virtualDir.MapPath();
Compilation\MultiTargetingUtil.cs (1)
275string path = vpath.SimpleCombine(HttpConfigurationSystem.WebConfigFileName).MapPath();
FileChangesMonitor.cs (1)
1972string dir = virtualDir.MapPath();
Handlers\AssemblyResourceLoader.cs (1)
166string resourcePhysicalPath = resourceVirtualPath.MapPath();
HttpRequest.cs (2)
196_pathTranslated = virtualPath.MapPath(); 2969return virtualPath.MapPath();
Security\FileAuthorizationModule.cs (2)
92FileSecurityDescriptorWrapper oSecDesc = GetFileSecurityDescriptorWrapper(vPath.MapPath(), out freeDescriptor); 323return IsUserAllowedToFile(context, virtualPath.MapPath());
UI\TemplateParser.cs (1)
2451CurrentVirtualPath.MapPath());
UI\WebControls\xml.cs (2)
423physicalPath = virtualPath.MapPath(); 528physicalPath = virtualPath.MapPath();