2 writes to xmlRoot
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
135
this.
xmlRoot
= (XmlRootAttribute)attrs[i];
262
set {
xmlRoot
= value; }
2 references to xmlRoot
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
68
if (
xmlRoot
!= null) flags |= XmlAttributeFlags.Root;
261
get { return
xmlRoot
; }