2 writes to _removedSectionGroups
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (2)
273_removedSectionGroups = new Hashtable(); 2066_removedSectionGroups = null;
8 references to _removedSectionGroups
System.Configuration (8)
System\Configuration\MgmtConfigurationRecord.cs (8)
272if (_removedSectionGroups == null) { 276return _removedSectionGroups; 985if (_removedSectionGroups != null) { 986_removedSectionGroups.Remove(configKey); 1459|| (_removedSectionGroups != null && _removedSectionGroups.Count > 0); 2927if (_removedSectionGroups != null && _removedSectionGroups.Contains(configKey)) {