1 write to _addElement
System.Configuration (1)
System\Configuration\ConfigurationElementCollection.cs (1)
65_addElement = value;
5 references to _addElement
System.Configuration (5)
System\Configuration\ConfigurationElementCollection.cs (5)
62return _addElement; 479throw new ConfigurationErrorsException(SR.GetString(SR.Config_base_element_locked, _addElement)); 598CheckLockedElement(_addElement, null); 1071DataToWrite |= entry._value.SerializeToXmlElement(writer, _addElement); 1082if (elementName == _addElement) {