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