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