5 references to XmlAnyAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1598
if (a.
XmlAnyAttribute
!= null)
1618
attribute.Any = (a.
XmlAnyAttribute
!= null);
1796
attribute.Any = a.
XmlAnyAttribute
!= null;
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1136
else if (member.XmlAttributes.
XmlAnyAttribute
!= null && !isWrapped)
1231
return xmlAttributes.
XmlAnyAttribute
== null &&