13 references to GetSectionRecord
System.Configuration.ConfigurationManager (13)
System\Configuration\BaseConfigurationRecord.cs (8)
789SectionRecord sectionRecord = GetSectionRecord(configKey, getLkg); 2213SectionRecord sectionRecord = parent.GetSectionRecord(configKey, true); 2291SectionRecord sectionRecord = GetSectionRecord(configKey, true); 2477SectionRecord sectionRecord = GetSectionRecord(configKey, true); 2940parent.GetSectionRecord(locationSectionRecord.ConfigKey, true); 3135SectionRecord sectionRecord = GetSectionRecord(configKey, permitErrors); 3146sectionRecord = GetSectionRecord(configKey, permitErrors); 3358SectionRecord 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);