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