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)
27internal bool IsEmpty => (_groups.Count == 0) && (_sections.Count == 0); 72IsNew = allSubgroupsAreNew && (_cMoved == _sections.Count); 78sectionUpdates._sections.Add(update.ConfigKey, update); 93Update update = (Update)_sections[configKey]; 175foreach (Update update in _sections.Values) 194foreach (Update update in _sections.Values)