2 writes to _removedSections
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (2)
260_removedSections = new Hashtable(); 2065_removedSections = null;
13 references to _removedSections
System.Configuration (13)
System\Configuration\MgmtConfigurationRecord.cs (13)
259if (_removedSections == null) { 263return _removedSections; 827if (_removedSections != null) { 828_removedSections.Remove(configKey); 1458return(_removedSections != null && _removedSections.Count > 0) 1469return( ( _removedSections != null ) && 1470( _removedSections.Count > 0 ) ); 2052if (!IsLocationConfig && _locationSections != null && _removedSections != null && _removedSections.Count > 0) { 2056if (_removedSections.Contains(locationSectionRecord.ConfigKey)) { 2946if (_removedSections != null && _removedSections.Contains(configKey)) {