5 references to ConfigKey
System.Configuration (5)
System\Configuration\MgmtConfigurationRecord.cs (4)
476string configKey = configSection.SectionInformation.ConfigKey; 653ValidateUniqueChildConfigSource(sectionInformation.ConfigKey, newConfigSourceStreamName, newConfigSource, null); 661if (streamInfo.SectionName != sectionInformation.ConfigKey) { 670streamInfo = new StreamInfo(sectionInformation.ConfigKey, newConfigSource, newConfigSourceStreamName);
System\Configuration\SectionInformation.cs (1)
244if (BaseConfigurationRecord.IsImplicitSection(ConfigKey)) {