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)
259
if (
_removedSections
== null) {
263
return
_removedSections
;
827
if (
_removedSections
!= null) {
828
_removedSections
.Remove(configKey);
1458
return(
_removedSections
!= null &&
_removedSections
.Count > 0)
1469
return( (
_removedSections
!= null ) &&
1470
(
_removedSections
.Count > 0 ) );
2052
if (!IsLocationConfig && _locationSections != null &&
_removedSections
!= null &&
_removedSections
.Count > 0) {
2056
if (
_removedSections
.Contains(locationSectionRecord.ConfigKey)) {
2946
if (
_removedSections
!= null &&
_removedSections
.Contains(configKey)) {