9 references to ConfigKey
System.Configuration (9)
System\Configuration\BaseConfigurationRecord.cs (1)
728_sectionRecords.Remove(sectionRecord.ConfigKey);
System\Configuration\ConfigDefinitionUpdates.cs (1)
45DefinitionUpdate definitionUpdate = new DefinitionUpdate(sectionRecord.ConfigKey, moved, updatedXml, sectionRecord);
System\Configuration\MgmtConfigurationRecord.cs (7)
1581if (GetFactoryRecord(sectionRecord.ConfigKey, false) != null || !sectionRecord.HasResult) { 1588FactoryRecord factoryRecord = MgmtParent.FindFactoryRecord(sectionRecord.ConfigKey, false); 1594Debug.Assert(!IsImplicitSection(sectionRecord.ConfigKey), "We should never write out an implicit section"); 1843if (GetSectionLockedMode(sectionRecord.ConfigKey) == OverrideMode.Deny) { 1966configSourceStreamVersion = MonitorStream(sectionRecord.ConfigKey, configSource, configSourceStreamName); 1992sectionRecord.ConfigKey, definitionConfigPath, _configPath, _locationSubPath, 2027throw new ConfigurationErrorsException(SR.GetString(SR.Config_exception_in_config_section_handler, sectionRecord.ConfigKey), e, ConfigStreamInfo.StreamName, 0);