4 instantiations of UserMapPath
System.Web (4)
Configuration\RemoteWebConfigurationHost.cs (1)
182
webConfigurationHost.Init(root, true, new
UserMapPath
(configFileMap, /*pathsAreLocal*/ false), null, appPath, appSiteName, appSiteID);
Configuration\WebConfigurationHost.cs (1)
189
_configMapPath = new
UserMapPath
(fileMap);
Hosting\SimpleApplicationHost.cs (1)
91
return new
UserMapPath
(webFileMap);
State\StateRuntime.cs (1)
100
UserMapPath mapPath = new
UserMapPath
(webFileMap);
1 reference to UserMapPath
System.Web (1)
State\StateRuntime.cs (1)
100
UserMapPath
mapPath = new UserMapPath(webFileMap);