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)
1552XmlAttributeFlags attrFlags = XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyAttribute; 2048if ((flags & (XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyAttribute)) != 0)