2 writes to _xmlRoot
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
150_xmlRoot = (XmlRootAttribute)attrs[i]; 285set { _xmlRoot = value; }
2 references to _xmlRoot
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
65if (_xmlRoot != null) flags |= XmlAttributeFlags.Root; 284get { return _xmlRoot; }