3 writes to soapAttribute
System.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
55this.soapAttribute = (SoapAttributeAttribute)attrs[i]; 69this.soapAttribute = null; 129set { soapAttribute = value; }
2 references to soapAttribute
System.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
80if (soapAttribute != null) flags |= SoapAttributeFlags.Attribute; 128get { return soapAttribute; }