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