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