4 references to Attribute
System.Xml (4)
System\Xml\Serialization\XmlAttributes.cs (1)
65
if (xmlAttribute != null) flags |= XmlAttributeFlags.
Attribute
;
System\Xml\Serialization\XmlReflectionImporter.cs (3)
1340
XmlAttributeFlags attrFlags = XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyAttribute;
1533
XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.XmlnsDeclarations;
1780
if ((flags & (XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyAttribute)) != 0)