8 references to XmlFlags
System.Xml (8)
System\Xml\Serialization\XmlReflectionImporter.cs (8)
367
if ((a.
XmlFlags
& ~(XmlAttributeFlags.Type | XmlAttributeFlags.Root)) != 0)
374
if (a.
XmlFlags
!= 0) throw InvalidAttributeUseException(model.Type);
403
if ((a.
XmlFlags
& ~XmlAttributeFlags.Root) != 0) {
408
if (a.
XmlFlags
!= 0) throw InvalidAttributeUseException(model.Type);
1076
if ((a.
XmlFlags
& ~XmlAttributeFlags.Enum) != 0)
1155
if (a.
XmlFlags
== 0) {
1332
XmlAttributeFlags flags = a.
XmlFlags
;
1778
XmlAttributeFlags flags = a.
XmlFlags
;