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