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