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