2 writes to elementName
System.Xml (2)
System\Xml\Serialization\XmlRootAttribute.cs (2)
37this.elementName = elementName; 46set { elementName = value; }
2 references to elementName
System.Xml (2)
System\Xml\Serialization\XmlRootAttribute.cs (2)
45get { return elementName == null ? string.Empty : elementName; }