2 writes to _xmlIgnore
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
88_xmlIgnore = true; 250set { _xmlIgnore = value; }
2 references to _xmlIgnore
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
152if (_xmlIgnore) 249get { return _xmlIgnore; }