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