3 writes to _soapIgnore
System.Private.Xml (3)
System\Xml\Serialization\SoapAttributes.cs (3)
37_soapIgnore = true; 53_soapIgnore = true; 121set { _soapIgnore = value; }
2 references to _soapIgnore
System.Private.Xml (2)
System\Xml\Serialization\SoapAttributes.cs (2)
78if (_soapIgnore) 120get { return _soapIgnore; }