6 references to SectionRecord
System.Configuration (6)
System\Configuration\MgmtConfigurationRecord.cs (6)
2996ConfigurationSection configSection = (ConfigurationSection) update.SectionRecord.Result; 3055ConfigurationSection configSection = (ConfigurationSection) update.SectionRecord.Result; 3076if (update.SectionRecord.HasResult) { 3077ConfigurationSection configSection = (ConfigurationSection) update.SectionRecord.Result; 3081Debug.Assert(update.SectionRecord.HasFileInput, "update.SectionRecord.HasFileInput"); 3082SectionInput fileInput = update.SectionRecord.FileInput;