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