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