5 references to XmlIgnore
System.Private.Xml (5)
System\Xml\Serialization\Types.cs (1)
1284if (methodAttrs.XmlIgnore) return null;
System\Xml\Serialization\XmlReflectionImporter.cs (4)
856if (memberAttrs.XmlIgnore) continue; 1233if (a.XmlIgnore) return null; 1283if (!xmlReflectionMembers[i].XmlAttributes.XmlIgnore) 1545accessor.Ignore = a.XmlIgnore;