3 writes to _soapElement
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
42
_soapElement
= (SoapElementAttribute)attrs[i];
63
_soapElement
= null;
110
set {
_soapElement
= value; }
2 references to _soapElement
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
76
if (
_soapElement
!= null) flags |= SoapAttributeFlags.Element;
109
get { return
_soapElement
; }