6 references to EnsureSectionRecord
System.Configuration.ConfigurationManager (6)
System\Configuration\BaseConfigurationRecord.cs (6)
453SectionRecord sectionRecord = EnsureSectionRecord(configKey, true); 478EnsureSectionRecord(locationSectionRecord.ConfigKey, true); 508SectionRecord sectionRecord = EnsureSectionRecord(locationSectionRecord.ConfigKey, true); 973if ((sectionRecord == null) && cacheResults) sectionRecord = EnsureSectionRecord(configKey, true); 1067sectionRecord ??= EnsureSectionRecord(configKey, true); 3382sectionRecord = EnsureSectionRecord(configKey, false);