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)
43
get { return
_addElement
; }
507
throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked,
_addElement
));
631
CheckLockedElement(
_addElement
, null);
1083
dataToWrite |= entry.Value.SerializeToXmlElement(writer,
_addElement
);
1096
if (elementName ==
_addElement
)