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