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