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