1 write to _sectionRecords
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3146
_sectionRecords
= new Hashtable();
20 references to _sectionRecords
System.Configuration.ConfigurationManager (20)
System\Configuration\BaseConfigurationRecord.cs (9)
211
&& ((
_sectionRecords
== null) || (
_sectionRecords
.Count == 0))
647
if (
_sectionRecords
!= null)
650
foreach (SectionRecord sectionRecord in
_sectionRecords
.Values)
672
_sectionRecords
.Remove(sectionRecord.ConfigKey);
3112
if (
_sectionRecords
!= null) sectionRecord = (SectionRecord)
_sectionRecords
[configKey];
3144
if (
_sectionRecords
== null)
3157
_sectionRecords
.Add(configKey, sectionRecord);
System\Configuration\MgmtConfigurationRecord.cs (11)
509
if (current.
_sectionRecords
!= null)
511
foreach (SectionRecord sectionRecord in current.
_sectionRecords
.Values)
771
if ((
_sectionRecords
!= null) &&
_sectionRecords
.Contains(configKey))
774
_sectionRecords
.Remove(configKey);
1408
if (
_sectionRecords
!= null)
1410
foreach (SectionRecord sectionRecord in
_sectionRecords
.Values)
1532
if (
_sectionRecords
!= null)
1536
foreach (DictionaryEntry de in
_sectionRecords
)
1770
if (
_sectionRecords
!= null)
1773
foreach (SectionRecord sectionRecord in
_sectionRecords
.Values)