3 writes to attributeName
System.Xml (3)
System\Xml\Serialization\XmlAttributeAttribute.cs (3)
37this.attributeName = attributeName; 53this.attributeName = attributeName; 72set { attributeName = value; }
2 references to attributeName
System.Xml (2)
System\Xml\Serialization\XmlAttributeAttribute.cs (2)
71get { return attributeName == null ? string.Empty : attributeName; }