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