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