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