7 references to XmlIgnore
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
1316
if (methodAttrs.
XmlIgnore
) return null;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
853
if (memberAttrs.
XmlIgnore
) continue;
1229
if (a.
XmlIgnore
) return null;
1278
if (!xmlReflectionMembers[i].XmlAttributes.
XmlIgnore
)
1531
accessor.Ignore = a.
XmlIgnore
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
851
else if (member.XmlAttributes.
XmlIgnore
)
917
!xmlAttributes.
XmlIgnore
&&