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