7 references to XmlIgnore
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
998else if (member.XmlAttributes.XmlIgnore) 1065!xmlAttributes.XmlIgnore &&
System.Xml (5)
System\Xml\Serialization\Types.cs (1)
1139if (methodAttrs.XmlIgnore) return null;
System\Xml\Serialization\XmlReflectionImporter.cs (4)
750if (memberAttrs.XmlIgnore) continue; 1075if (a.XmlIgnore) return null; 1116if (!xmlReflectionMembers[i].XmlAttributes.XmlIgnore) { 1333accessor.Ignore = a.XmlIgnore;