13 references to GetSectionRecord
System.Configuration (13)
System\Configuration\BaseConfigurationRecord.cs (8)
910
SectionRecord sectionRecord =
GetSectionRecord
(configKey, getLkg);
2788
SectionRecord sectionRecord = parent.
GetSectionRecord
(configKey, true);
2871
SectionRecord sectionRecord =
GetSectionRecord
(configKey, true);
3055
SectionRecord sectionRecord =
GetSectionRecord
(configKey, true);
3498
SectionRecord sectionRecord = parent.
GetSectionRecord
(locationSectionRecord.ConfigKey, true);
3712
SectionRecord sectionRecord =
GetSectionRecord
(configKey, permitErrors);
3719
sectionRecord =
GetSectionRecord
(configKey, permitErrors);
3978
sectionRecord =
GetSectionRecord
(configKey, false);
System\Configuration\MgmtConfigurationRecord.cs (5)
232
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);
429
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);
453
sectionRecord = current.
GetSectionRecord
(configKey, false);
478
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);
514
SectionRecord sectionRecord =
GetSectionRecord
(configKey, false);