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