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