1 write to _addElement
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElementCollection.cs (1)
46_addElement = value;
5 references to _addElement
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationElementCollection.cs (5)
43get { return _addElement; } 507throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, _addElement)); 631CheckLockedElement(_addElement, null); 1083dataToWrite |= entry.Value.SerializeToXmlElement(writer, _addElement); 1096if (elementName == _addElement)