7 writes to MapPathResult
System.Web (7)
Configuration\MetabaseServerConfig.cs (3)
262
cacheInfo.
MapPathResult
= parentMapPathResult;
266
cacheInfo.
MapPathResult
= HttpRuntime.GetRelaxedMapPathResult(null);
305
cacheInfo.
MapPathResult
= physicalPath;
Configuration\ProcessHostMapPath.cs (4)
259
cacheInfo.
MapPathResult
= parentMapPathResult;
263
cacheInfo.
MapPathResult
= HttpRuntime.GetRelaxedMapPathResult(null);
295
cacheInfo.
MapPathResult
= physicalPath;
298
cacheInfo.
MapPathResult
= HttpRuntime.GetRelaxedMapPathResult(null);
2 references to MapPathResult
System.Web (2)
Configuration\MetabaseServerConfig.cs (1)
317
return MatchResult(originalPath, cacheInfo.
MapPathResult
);
Configuration\ProcessHostMapPath.cs (1)
316
return MatchResult(originalPath, cacheInfo.
MapPathResult
);