4 instantiations of UserMapPath
System.Web (4)
Configuration\RemoteWebConfigurationHost.cs (1)
182webConfigurationHost.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)
91return new UserMapPath(webFileMap);
State\StateRuntime.cs (1)
100UserMapPath mapPath = new UserMapPath(webFileMap);
1 reference to UserMapPath
System.Web (1)
State\StateRuntime.cs (1)
100UserMapPath mapPath = new UserMapPath(webFileMap);