3 writes to soapElement
System.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
52
this.
soapElement
= (SoapElementAttribute)attrs[i];
68
this.
soapElement
= null;
120
set {
soapElement
= value; }
2 references to soapElement
System.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
79
if (
soapElement
!= null) flags |= SoapAttributeFlags.Element;
119
get { return
soapElement
; }