1 write to _sectionGroupUpdate
System.Configuration (1)
System\Configuration\SectionUpdates.cs (1)
108sectionUpdates._sectionGroupUpdate = update;
8 references to _sectionGroupUpdate
System.Configuration (8)
System\Configuration\SectionUpdates.cs (8)
136if (_sectionGroupUpdate != null && !_sectionGroupUpdate.Retrieved) { 137_sectionGroupUpdate.Retrieved = true; 138return (DeclarationUpdate) _sectionGroupUpdate; 160if (_cUnretrieved > 0 || (_sectionGroupUpdate != null && !_sectionGroupUpdate.Retrieved)) { 178if (_sectionGroupUpdate != null){ 179_sectionGroupUpdate.Retrieved = true;