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