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