8 references to XmlFlags
System.Private.Xml (8)
System\Xml\Serialization\XmlReflectionImporter.cs (8)
422
if ((a.
XmlFlags
& ~(XmlAttributeFlags.Type | XmlAttributeFlags.Root)) != 0)
430
if (a.
XmlFlags
!= 0) throw InvalidAttributeUseException(model.Type);
462
if ((a.
XmlFlags
& ~XmlAttributeFlags.Root) != 0)
469
if (a.
XmlFlags
!= 0) throw InvalidAttributeUseException(model.Type);
1238
if ((a.
XmlFlags
& ~XmlAttributeFlags.Enum) != 0)
1336
if (a.
XmlFlags
== 0)
1548
XmlAttributeFlags flags = a.
XmlFlags
;
2050
XmlAttributeFlags flags = a.
XmlFlags
;