3 references to XmlAnyAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1596
if (a.
XmlAnyAttribute
!= null)
1616
attribute.Any = (a.
XmlAnyAttribute
!= null);
1794
attribute.Any = a.
XmlAnyAttribute
!= null;