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