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)
46
get { return
_addElement
; }
510
throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked,
_addElement
));
634
CheckLockedElement(
_addElement
, null);
1086
dataToWrite |= entry.Value.SerializeToXmlElement(writer,
_addElement
);
1099
if (elementName ==
_addElement
)