1 write to SectionRecord
System.Configuration.ConfigurationManager (1)
System\Configuration\DefinitionUpdate.cs (1)
11SectionRecord = sectionRecord;
6 references to SectionRecord
System.Configuration.ConfigurationManager (6)
System\Configuration\MgmtConfigurationRecord.cs (6)
2905ConfigurationSection configSection = (ConfigurationSection)update.SectionRecord.Result; 2957ConfigurationSection configSection = (ConfigurationSection)update.SectionRecord.Result; 2976if (update.SectionRecord.HasResult) 2978ConfigurationSection configSection = (ConfigurationSection)update.SectionRecord.Result; 2983Debug.Assert(update.SectionRecord.HasFileInput, "update.SectionRecord.HasFileInput"); 2984SectionInput fileInput = update.SectionRecord.FileInput;