2 writes to ignore
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
608this.ignore = mapping.ignore; 688set { ignore = value; }
2 references to ignore
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
608this.ignore = mapping.ignore; 687get { return ignore; }