6 references to EnsureSectionRecord
System.Configuration.ConfigurationManager (6)
System\Configuration\BaseConfigurationRecord.cs (6)
449SectionRecord sectionRecord = EnsureSectionRecord(configKey, true); 474EnsureSectionRecord(locationSectionRecord.ConfigKey, true); 504SectionRecord sectionRecord = EnsureSectionRecord(locationSectionRecord.ConfigKey, true); 969if ((sectionRecord == null) && cacheResults) sectionRecord = EnsureSectionRecord(configKey, true); 1063sectionRecord ??= EnsureSectionRecord(configKey, true); 3378sectionRecord = EnsureSectionRecord(configKey, false);