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)) 647if (_sectionRecords != null) 650foreach (SectionRecord sectionRecord in _sectionRecords.Values) 672_sectionRecords.Remove(sectionRecord.ConfigKey); 3112if (_sectionRecords != null) sectionRecord = (SectionRecord)_sectionRecords[configKey]; 3144if (_sectionRecords == null) 3157_sectionRecords.Add(configKey, sectionRecord);
System\Configuration\MgmtConfigurationRecord.cs (11)
509if (current._sectionRecords != null) 511foreach (SectionRecord sectionRecord in current._sectionRecords.Values) 771if ((_sectionRecords != null) && _sectionRecords.Contains(configKey)) 774_sectionRecords.Remove(configKey); 1408if (_sectionRecords != null) 1410foreach (SectionRecord sectionRecord in _sectionRecords.Values) 1532if (_sectionRecords != null) 1536foreach (DictionaryEntry de in _sectionRecords) 1770if (_sectionRecords != null) 1773foreach (SectionRecord sectionRecord in _sectionRecords.Values)