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