Implemented interface member:
property
ConfigPath
System.Configuration.Internal.IInternalConfigRecord.ConfigPath
13 references to ConfigPath
System.Configuration (13)
System\Configuration\BaseConfigurationRecord.cs (5)
382if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this.ConfigPath)) { 440UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 443UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 2742Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath)); 4325_configContext = Host.CreateConfigurationContext(ConfigPath, LocationSubPath);
System\Configuration\Internal\InternalConfigRoot.cs (2)
314RemoveConfigImpl(configRecord.ConfigPath, configRecord); 323string[] parts = ConfigPathUtility.GetParts(configRecord.ConfigPath);
System\Configuration\MgmtConfigurationRecord.cs (5)
1765&& (String.Equals(configSection._configRecord.ConfigPath, ClientConfigurationHost.MachineConfigName, StringComparison.Ordinal) 1926string definitionConfigPath = (IsLocationConfig) ? _parent.ConfigPath : ConfigPath; 2824elementLocationPathApplies = StringUtil.EqualsIgnoreCase(ConfigPath, Host.GetConfigPathFromLocationSubPath(Parent.ConfigPath, locationSubPathAttribute));
System\Configuration\RuntimeConfigurationRecord.cs (1)
261object configContext = configRecord.Host.CreateDeprecatedConfigContext(configRecord.ConfigPath);