1 write to _configMapPath2
System.Web (1)
Configuration\WebConfigurationHost.cs (1)
199_configMapPath2 = _configMapPath as IConfigMapPath2;
8 references to _configMapPath2
System.Web (8)
Configuration\WebConfigurationHost.cs (8)
274if (null != _configMapPath2) { 275physicalPath = _configMapPath2.MapPath(finalSiteID, finalPath); 425if (null != _configMapPath2) { 426physicalPath = _configMapPath2.MapPath(siteID, path); 459if (null != _configMapPath2) { 460_configMapPath2.GetPathConfigFilename(siteID, path, out directory, out baseName); 818if (null != _configMapPath2) { 819appPath = _configMapPath2.GetAppPathForPath(siteID, vpath);