3 references to AnyAttribute
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
67
if (_xmlAnyAttribute != null) flags |= XmlAttributeFlags.
AnyAttribute
;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1552
XmlAttributeFlags attrFlags = XmlAttributeFlags.Attribute | XmlAttributeFlags.
AnyAttribute
;
2048
if ((flags & (XmlAttributeFlags.Attribute | XmlAttributeFlags.
AnyAttribute
)) != 0)