1 instantiation of HostingPreferredMapPath
System.Web (1)
Configuration\HostingPreferredMapPath.cs (1)
38
return new
HostingPreferredMapPath
(iisConfigMapPath, hostingConfigMapPath);
1 reference to HostingPreferredMapPath
System.Web (1)
Configuration\WebConfigurationHost.cs (1)
192
_configMapPath =
HostingPreferredMapPath
.GetInstance();