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