11 references to ConfigKey
System.Configuration.ConfigurationManager (11)
System\Configuration\BaseConfigurationRecord.cs (9)
474
EnsureSectionRecord(locationSectionRecord.
ConfigKey
, true);
504
SectionRecord sectionRecord = EnsureSectionRecord(locationSectionRecord.
ConfigKey
, true);
2887
locationSectionRecordDictionary[locationSectionRecord.
ConfigKey
];
2891
locationSectionRecordDictionary.Add(locationSectionRecord.
ConfigKey
,
2896
factoryRecord = FindFactoryRecord(locationSectionRecord.
ConfigKey
, true);
2915
factoryRecord ??= FindFactoryRecord(locationSectionRecord.
ConfigKey
, true);
2940
parent.GetSectionRecord(locationSectionRecord.
ConfigKey
, true);
2962
(locationSectionRecord.
ConfigKey
==
2963
parentLocationSectionRecord.
ConfigKey
) &&
System\Configuration\MgmtConfigurationRecord.cs (2)
784
if (locationSectionRecord.
ConfigKey
!= configKey) i++;
1916
if (_removedSections.Contains(locationSectionRecord.
ConfigKey
)) _locationSections.RemoveAt(i);