11 references to ConfigKey
System.Configuration (11)
System\Configuration\BaseConfigurationRecord.cs (9)
521
SectionRecord sectionRecord = EnsureSectionRecord(locationSectionRecord.
ConfigKey
, true);
553
SectionRecord sectionRecord = EnsureSectionRecord(locationSectionRecord.
ConfigKey
, true);
3448
LocationSectionRecord duplicateRecord = (LocationSectionRecord) locationSectionRecordDictionary[locationSectionRecord.
ConfigKey
];
3451
locationSectionRecordDictionary.Add(locationSectionRecord.
ConfigKey
, locationSectionRecord);
3454
factoryRecord = FindFactoryRecord(locationSectionRecord.
ConfigKey
, true);
3474
factoryRecord = FindFactoryRecord(locationSectionRecord.
ConfigKey
, true);
3498
SectionRecord sectionRecord = parent.GetSectionRecord(locationSectionRecord.
ConfigKey
, true);
3516
locationSectionRecord.
ConfigKey
== parentLocationSectionRecord.
ConfigKey
&&
System\Configuration\MgmtConfigurationRecord.cs (2)
901
if (locationSectionRecord.
ConfigKey
!= configKey) {
2056
if (_removedSections.Contains(locationSectionRecord.
ConfigKey
)) {