4 references to Attribute
System.Private.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (1)
62
if (_xmlAttribute != null) flags |= XmlAttributeFlags.
Attribute
;
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1552
XmlAttributeFlags attrFlags = XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyAttribute;
1766
XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.XmlnsDeclarations;
2048
if ((flags & (XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyAttribute)) != 0)