2 writes to attributeName
System.Xml (2)
System\Xml\Serialization\SoapAttributeAttribute.cs (2)
33
this.
attributeName
= attributeName;
42
set {
attributeName
= value; }
2 references to attributeName
System.Xml (2)
System\Xml\Serialization\SoapAttributeAttribute.cs (2)
41
get { return
attributeName
== null ? string.Empty :
attributeName
; }