1 write to _sectionRecords
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3716
_sectionRecords
= new Hashtable();
20 references to _sectionRecords
System.Configuration (20)
System\Configuration\BaseConfigurationRecord.cs (9)
706
if (
_sectionRecords
!= null) {
708
foreach (SectionRecord sectionRecord in
_sectionRecords
.Values) {
728
_sectionRecords
.Remove(sectionRecord.ConfigKey);
3682
if (
_sectionRecords
!= null) {
3683
sectionRecord = (SectionRecord)
_sectionRecords
[configKey];
3715
if (
_sectionRecords
== null) {
3726
_sectionRecords
.Add(configKey, sectionRecord);
3789
&& (
_sectionRecords
== null ||
_sectionRecords
.Count == 0)
System\Configuration\MgmtConfigurationRecord.cs (11)
594
if (current.
_sectionRecords
!= null) {
595
foreach (SectionRecord sectionRecord in current.
_sectionRecords
.Values) {
891
if (
_sectionRecords
!= null &&
_sectionRecords
.Contains(configKey)) {
893
_sectionRecords
.Remove(configKey);
1579
if (
_sectionRecords
!= null) {
1580
foreach (SectionRecord sectionRecord in
_sectionRecords
.Values) {
1695
if (
_sectionRecords
!= null) {
1697
foreach (DictionaryEntry de in
_sectionRecords
) {
1925
if (
_sectionRecords
!= null) {
1927
foreach (SectionRecord sectionRecord in
_sectionRecords
.Values) {