1 write to _sections
System.Configuration (1)
System\Configuration\SectionUpdates.cs (1)
25
_sections
= new Hashtable();
6 references to _sections
System.Configuration (6)
System\Configuration\SectionUpdates.cs (6)
35
return _groups.Count == 0 &&
_sections
.Count == 0;
86
_isNew = allSubgroupsAreNew && _cMoved ==
_sections
.Count;
94
sectionUpdates.
_sections
.Add(update.ConfigKey, update);
115
Update update = (Update)
_sections
[configKey];
212
foreach (Update update in
_sections
.Values) {
232
foreach (Update update in
_sections
.Values) {