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);
1234
if ((a.
XmlFlags
& ~XmlAttributeFlags.Enum) != 0)
1332
if (a.
XmlFlags
== 0)
1544
XmlAttributeFlags flags = a.
XmlFlags
;
2046
XmlAttributeFlags flags = a.
XmlFlags
;