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