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