4 writes to _configMapPath
System.Web (4)
Configuration\WebConfigurationHost.cs (4)
186_configMapPath = configMapPath; 189_configMapPath = new UserMapPath(fileMap); 192_configMapPath = HostingPreferredMapPath.GetInstance(); 195_configMapPath = IISMapPath.GetInstance();
8 references to _configMapPath
System.Web (8)
Configuration\WebConfigurationHost.cs (8)
199_configMapPath2 = _configMapPath as IConfigMapPath2; 258GetConfigPaths(_configMapPath, webLevel, path, site, locationSubPath, out _appPath, out _appSiteName, out _appSiteID, out configPath, out locationConfigPath); 278physicalPath = _configMapPath.MapPath(finalSiteID, finalPath.VirtualPathString); 429physicalPath = _configMapPath.MapPath(siteID, path.VirtualPathString); 445return !string.IsNullOrEmpty(_machineConfigFile) ? _machineConfigFile : _configMapPath.GetMachineConfigFilename(); 448return !string.IsNullOrEmpty(_rootWebConfigFile) ? _rootWebConfigFile : _configMapPath.GetRootWebConfigFilename(); 463_configMapPath.GetPathConfigFilename(siteID, path.VirtualPathString, out directory, out baseName); 822appPath = VirtualPath.CreateAllowNull(_configMapPath.GetAppPathForPath(siteID, vpath.VirtualPathString));