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