2 references to SectionRecord
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (2)
1113
SectionRecord sectionRecordForDefault = sectionRecord ?? new
SectionRecord
(configKey);
3155
sectionRecord = new
SectionRecord
(configKey);