1 write to _configPath
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
326_configPath = configPath;
20 references to _configPath
System.Configuration.ConfigurationManager (20)
System\Configuration\BaseConfigurationRecord.cs (19)
250public string ConfigPath => _configPath; 346_flags[IsAboveApplication] = Host.IsAboveApplication(_configPath); 384if (IsLocationConfig && Host.IsLocationApplicable(_configPath)) 464if (Host.IsLocationApplicable(_configPath)) 473if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, _configPath) && 551ConfigStreamInfo.StreamName = Host.GetStreamName(_configPath); 567_flags[PrefetchAll] = Host.PrefetchAll(_configPath, ConfigStreamInfo.StreamName); 905string configPath = _configPath; 2496VerifyDefinitionAllowed(factoryRecord, _configPath, xmlUtil); 2666string targetConfigPath = locationSubPath == null ? _configPath : null; 2669configKey, _configPath, targetConfigPath, locationSubPath, 2778Host.IsDefinitionAllowed(_configPath, ConfigurationAllowDefinition.MachineToWebRoot, 2838string targetConfigPath = host.GetConfigPathFromLocationSubPath(_configPath, locationSubPath); 2876string targetConfigPath = Host.GetConfigPathFromLocationSubPath(_configPath, 3008return Host.IsDefinitionAllowed(_configPath, allowDefinition, allowExeDefinition); 3292if (notifyChanged) _configRoot.FireConfigChanged(_configPath); 3386configKey, _configPath, _configPath, null, 3441string childConfigPath = ConfigPathUtility.Combine(_configPath, configName);
System\Configuration\MgmtConfigurationRecord.cs (1)
1844sectionRecord.ConfigKey, definitionConfigPath, _configPath, _locationSubPath,