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