5 references to XmlAnyAttribute
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
994
else if (member.XmlAttributes.
XmlAnyAttribute
!= null && !isWrapped)
1061
return xmlAttributes.
XmlAnyAttribute
== null &&
System.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1375
if (a.
XmlAnyAttribute
!= null) {
1393
attribute.Any = (a.
XmlAnyAttribute
!= null);
1554
attribute.Any = a.
XmlAnyAttribute
!= null;