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