1 write to _locationSections
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3777_locationSections = new ArrayList();
31 references to _locationSections
System.Configuration (31)
System\Configuration\BaseConfigurationRecord.cs (21)
374if (IsLocationConfig && _parent._locationSections != null) { 379while (i < _parent._locationSections.Count) { 380LocationSectionRecord locationSectionRecord = (LocationSectionRecord) _parent._locationSections[i]; 388_parent._locationSections.RemoveAt(i); 408if (current._locationSections != null) { 411foreach (LocationSectionRecord locationSectionRecord in current._locationSections) { 512if (current._locationSections != null) { 514foreach (LocationSectionRecord locationSectionRecord in current._locationSections) { 734if (_locationSections != null) { 735_locationSections.Clear(); 3427if (_locationSections != null) { 3432foreach (LocationSectionRecord locationSectionRecord in _locationSections) { 3491foreach (LocationSectionRecord locationSectionRecord in this._locationSections) { 3509if (parent._locationSections != null) { 3512foreach (LocationSectionRecord parentLocationSectionRecord in parent._locationSections) { 3776if (_locationSections == null) { 3780return _locationSections; 3791&& (_locationSections == null || _locationSections.Count == 0); 4082if (configRecord._locationSections != null) { 4084foreach (LocationSectionRecord locationSectionRecord in configRecord._locationSections) {
System\Configuration\MgmtConfigurationRecord.cs (10)
607if (current._locationSections != null) { 608foreach (LocationSectionRecord locationSectionRecord in current._locationSections) { 897if (_locationSections != null) { 899while (i < _locationSections.Count) { 900LocationSectionRecord locationSectionRecord = (LocationSectionRecord) _locationSections[i]; 906_locationSections.RemoveAt(i); 2052if (!IsLocationConfig && _locationSections != null && _removedSections != null && _removedSections.Count > 0) { 2054while (i < _locationSections.Count) { 2055LocationSectionRecord locationSectionRecord = (LocationSectionRecord) _locationSections[i]; 2057_locationSections.RemoveAt(i);