6 references to EnsureSectionRecord
System.Configuration (6)
System\Configuration\BaseConfigurationRecord.cs (6)
495
SectionRecord sectionRecord =
EnsureSectionRecord
(configKey, true);
521
SectionRecord sectionRecord =
EnsureSectionRecord
(locationSectionRecord.ConfigKey, true);
553
SectionRecord sectionRecord =
EnsureSectionRecord
(locationSectionRecord.ConfigKey, true);
1150
sectionRecord =
EnsureSectionRecord
(configKey, true);
1250
sectionRecord =
EnsureSectionRecord
(configKey, true);
3999
sectionRecord =
EnsureSectionRecord
(configKey, false);