1 write to _groups
System.Configuration (1)
System\Configuration\SectionUpdates.cs (1)
24
_groups
= new Hashtable();
11 references to _groups
System.Configuration (11)
System\Configuration\SectionUpdates.cs (11)
35
return
_groups
.Count == 0 && _sections.Count == 0;
58
SectionUpdates sectionUpdatesChild = (SectionUpdates) sectionUpdates.
_groups
[groupPart];
61
sectionUpdates.
_groups
[groupPart] = sectionUpdatesChild;
79
foreach (SectionUpdates sectionUpdates in
_groups
.Values) {
153
return (SectionUpdates)
_groups
[group];
164
foreach (SectionUpdates sectionUpdates in
_groups
.Values) {
175
foreach (SectionUpdates sectionUpdates in
_groups
.Values) {
185
SectionUpdates sectionUpdates =
_groups
[groupName] as SectionUpdates;
195
foreach (SectionUpdates sectionUpdates in
_groups
.Values) {
249
foreach (DictionaryEntry de in
_groups
) {
272
foreach (DictionaryEntry de in
_groups
) {