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