2 writes to xmlIgnore
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
100xmlIgnore = true; 244set { xmlIgnore = value; }
2 references to xmlIgnore
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
150if (xmlIgnore) { 243get { return xmlIgnore; }