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