Implemented interface member:
property
ConfigPath
System.Configuration.Internal.IInternalConfigRecord.ConfigPath
12 references to ConfigPath
System.Configuration.ConfigurationManager (12)
System\Configuration\BaseConfigurationRecord.cs (5)
218_configContext = Host.CreateConfigurationContext(ConfigPath, LocationSubPath); 363if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath)) 399UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 401UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 2167Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath));
System\Configuration\Internal\InternalConfigRoot.cs (2)
269RemoveConfigImpl(configRecord.ConfigPath, configRecord); 276string[] parts = ConfigPathUtility.GetParts(configRecord.ConfigPath);
System\Configuration\MgmtConfigurationRecord.cs (4)
1772string definitionConfigPath = IsLocationConfig ? _parent.ConfigPath : ConfigPath; 2701elementLocationPathApplies = StringUtil.EqualsIgnoreCase(ConfigPath, 2702Host.GetConfigPathFromLocationSubPath(Parent.ConfigPath, locationSubPathAttribute));
System\Configuration\RuntimeConfigurationRecord.cs (1)
179object configContext = configRecord.Host.CreateDeprecatedConfigContext(configRecord.ConfigPath);