3 writes to _soapElement
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
59
_soapElement
= (SoapElementAttribute)attrs[i];
80
_soapElement
= null;
127
set {
_soapElement
= value; }
2 references to _soapElement
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
93
if (
_soapElement
!= null) flags |= SoapAttributeFlags.Element;
126
get { return
_soapElement
; }