Implemented interface member:
property
ConfigPath
System.Configuration.Internal.IInternalConfigRecord.ConfigPath
12 references to ConfigPath
System.Configuration.ConfigurationManager (12)
System\Configuration\BaseConfigurationRecord.cs (5)
222_configContext = Host.CreateConfigurationContext(ConfigPath, LocationSubPath); 367if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath)) 403UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 405UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 2171Debug.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);