2 writes to _attributeName
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributeAttribute.cs (2)
22
_attributeName
= attributeName;
29
set {
_attributeName
= value; }
1 reference to _attributeName
System.Private.Xml (1)
System\Xml\Serialization\SoapAttributeAttribute.cs (1)
28
get { return
_attributeName
?? string.Empty; }