3 writes to _attributeName
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributeAttribute.cs (3)
34
_attributeName
= attributeName;
50
_attributeName
= attributeName;
70
set {
_attributeName
= value; }
1 reference to _attributeName
System.Private.Xml (1)
System\Xml\Serialization\XmlAttributeAttribute.cs (1)
69
get { return
_attributeName
?? string.Empty; }