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