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