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)
706if (_sectionRecords != null) { 708foreach (SectionRecord sectionRecord in _sectionRecords.Values) { 728_sectionRecords.Remove(sectionRecord.ConfigKey); 3682if (_sectionRecords != null) { 3683sectionRecord = (SectionRecord) _sectionRecords[configKey]; 3715if (_sectionRecords == null) { 3726_sectionRecords.Add(configKey, sectionRecord); 3789&& (_sectionRecords == null || _sectionRecords.Count == 0)
System\Configuration\MgmtConfigurationRecord.cs (11)
594if (current._sectionRecords != null) { 595foreach (SectionRecord sectionRecord in current._sectionRecords.Values) { 891if (_sectionRecords != null && _sectionRecords.Contains(configKey)) { 893_sectionRecords.Remove(configKey); 1579if (_sectionRecords != null) { 1580foreach (SectionRecord sectionRecord in _sectionRecords.Values) { 1695if (_sectionRecords != null) { 1697foreach (DictionaryEntry de in _sectionRecords) { 1925if (_sectionRecords != null) { 1927foreach (SectionRecord sectionRecord in _sectionRecords.Values) {