13 references to GetSectionRecord
System.Configuration.ConfigurationManager (13)
System\Configuration\BaseConfigurationRecord.cs (8)
793
SectionRecord sectionRecord =
GetSectionRecord
(configKey, getLkg);
2217
SectionRecord sectionRecord = parent.
GetSectionRecord
(configKey, true);
2295
SectionRecord sectionRecord =
GetSectionRecord
(configKey, true);
2481
SectionRecord sectionRecord =
GetSectionRecord
(configKey, true);
2944
parent.
GetSectionRecord
(locationSectionRecord.ConfigKey, true);
3139
SectionRecord sectionRecord =
GetSectionRecord
(configKey, permitErrors);
3150
sectionRecord =
GetSectionRecord
(configKey, permitErrors);
3362
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);
System\Configuration\MgmtConfigurationRecord.cs (5)
217
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);
337
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);
371
sectionRecord = current.
GetSectionRecord
(configKey, false);
395
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);
431
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);