3 references to XmlAnyAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1592
if (a.
XmlAnyAttribute
!= null)
1612
attribute.Any = (a.
XmlAnyAttribute
!= null);
1790
attribute.Any = a.
XmlAnyAttribute
!= null;