2 writes to _soapIgnore
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
37
_soapIgnore
= true;
104
set {
_soapIgnore
= value; }
2 references to _soapIgnore
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
61
if (
_soapIgnore
)
103
get { return
_soapIgnore
; }