11 references to ConfigKey
System.Configuration.ConfigurationManager (11)
System\Configuration\BaseConfigurationRecord.cs (9)
478
EnsureSectionRecord(locationSectionRecord.
ConfigKey
, true);
508
SectionRecord sectionRecord = EnsureSectionRecord(locationSectionRecord.
ConfigKey
, true);
2891
locationSectionRecordDictionary[locationSectionRecord.
ConfigKey
];
2895
locationSectionRecordDictionary.Add(locationSectionRecord.
ConfigKey
,
2900
factoryRecord = FindFactoryRecord(locationSectionRecord.
ConfigKey
, true);
2919
factoryRecord ??= FindFactoryRecord(locationSectionRecord.
ConfigKey
, true);
2944
parent.GetSectionRecord(locationSectionRecord.
ConfigKey
, true);
2966
(locationSectionRecord.
ConfigKey
==
2967
parentLocationSectionRecord.
ConfigKey
) &&
System\Configuration\MgmtConfigurationRecord.cs (2)
784
if (locationSectionRecord.
ConfigKey
!= configKey) i++;
1916
if (_removedSections.Contains(locationSectionRecord.
ConfigKey
)) _locationSections.RemoveAt(i);