3 writes to elementName
System.Xml (3)
System\Xml\Serialization\XmlArrayItemAttribute.cs (3)
40
this.
elementName
= elementName;
56
this.
elementName
= elementName;
75
set {
elementName
= value; }
2 references to elementName
System.Xml (2)
System\Xml\Serialization\XmlArrayItemAttribute.cs (2)
74
get { return
elementName
== null ? string.Empty :
elementName
; }