2 references to Type
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (1)
69if (xmlType != null) flags |= XmlAttributeFlags.Type;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
367if ((a.XmlFlags & ~(XmlAttributeFlags.Type | XmlAttributeFlags.Root)) != 0)