3 writes to _xmlIgnore
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
88_xmlIgnore = true; 104_xmlIgnore = true; 267set { _xmlIgnore = value; }
2 references to _xmlIgnore
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
169if (_xmlIgnore) 266get { return _xmlIgnore; }