1 write to _sections
System.Configuration.ConfigurationManager (1)
System\Configuration\SectionUpdates.cs (1)
22
_sections
= new Hashtable();
6 references to _sections
System.Configuration.ConfigurationManager (6)
System\Configuration\SectionUpdates.cs (6)
27
internal bool IsEmpty => (_groups.Count == 0) && (
_sections
.Count == 0);
72
IsNew = allSubgroupsAreNew && (_cMoved ==
_sections
.Count);
78
sectionUpdates.
_sections
.Add(update.ConfigKey, update);
93
Update update = (Update)
_sections
[configKey];
175
foreach (Update update in
_sections
.Values)
194
foreach (Update update in
_sections
.Values)