1 write to _sectionGroupUpdate
System.Configuration.ConfigurationManager (1)
System\Configuration\SectionUpdates.cs (1)
88sectionUpdates._sectionGroupUpdate = update;
7 references to _sectionGroupUpdate
System.Configuration.ConfigurationManager (7)
System\Configuration\SectionUpdates.cs (7)
110if ((_sectionGroupUpdate != null) && !_sectionGroupUpdate.Retrieved) 112_sectionGroupUpdate.Retrieved = true; 113return (DeclarationUpdate)_sectionGroupUpdate; 137if ((_cUnretrieved > 0) || ((_sectionGroupUpdate != null) && !_sectionGroupUpdate.Retrieved)) return true; 149_sectionGroupUpdate?.Retrieved = true;