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)
35return _groups.Count == 0 && _sections.Count == 0; 86_isNew = allSubgroupsAreNew && _cMoved == _sections.Count; 94sectionUpdates._sections.Add(update.ConfigKey, update); 115Update update = (Update) _sections[configKey]; 212foreach (Update update in _sections.Values) { 232foreach (Update update in _sections.Values) {