2 writes to _removedSections
System.Configuration.ConfigurationManager (2)
System\Configuration\MgmtConfigurationRecord.cs (2)
47private Hashtable RemovedSections => _removedSections ??= new Hashtable(); 1921_removedSections = null;
10 references to _removedSections
System.Configuration.ConfigurationManager (10)
System\Configuration\MgmtConfigurationRecord.cs (10)
58private bool HasRemovedSectionsOrGroups => ((_removedSections != null) && (_removedSections.Count > 0)) 61private bool HasRemovedSections => (_removedSections != null) && (_removedSections.Count > 0); 718_removedSections?.Remove(configKey); 1909if (!IsLocationConfig && (_locationSections != null) && (_removedSections != null) && 1910(_removedSections.Count > 0)) 1916if (_removedSections.Contains(locationSectionRecord.ConfigKey)) _locationSections.RemoveAt(i); 2853if ((_removedSections != null) && _removedSections.Contains(configKey))