16 references to GetRelaxedMapPathResult
System.Web (16)
Configuration\ExpressServerConfig.cs (2)
378physicalPath = HttpRuntime.GetRelaxedMapPathResult(physicalPath); 383physicalPath = HttpRuntime.GetRelaxedMapPathResult(null);
Configuration\MetabaseServerConfig.cs (5)
260if (parentMapPathResult == HttpRuntime.GetRelaxedMapPathResult(null)) { 266cacheInfo.MapPathResult = HttpRuntime.GetRelaxedMapPathResult(null); 280physicalPath = HttpRuntime.GetRelaxedMapPathResult(physicalPath); 287physicalPath = HttpRuntime.GetRelaxedMapPathResult(null); 295physicalPath = HttpRuntime.GetRelaxedMapPathResult(null);
Configuration\ProcessHostMapPath.cs (5)
257if (parentMapPathResult == HttpRuntime.GetRelaxedMapPathResult(null)) { 263cacheInfo.MapPathResult = HttpRuntime.GetRelaxedMapPathResult(null); 284physicalPath = HttpRuntime.GetRelaxedMapPathResult(physicalPath); 289physicalPath = HttpRuntime.GetRelaxedMapPathResult(null); 298cacheInfo.MapPathResult = HttpRuntime.GetRelaxedMapPathResult(null);
Hosting\HostingEnvironment.cs (3)
1083result = HttpRuntime.GetRelaxedMapPathResult(result); 1086result = HttpRuntime.GetRelaxedMapPathResult(null); 1098result = HttpRuntime.GetRelaxedMapPathResult(null);
HttpRequest.cs (1)
1678_pathTranslated = HttpRuntime.GetRelaxedMapPathResult(_pathTranslated);