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)
62
return
_addElement
;
479
throw new ConfigurationErrorsException(SR.GetString(SR.Config_base_element_locked,
_addElement
));
598
CheckLockedElement(
_addElement
, null);
1071
DataToWrite |= entry._value.SerializeToXmlElement(writer,
_addElement
);
1082
if (elementName ==
_addElement
) {