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