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