1 write to ns
System.Xml (1)
System\Xml\Serialization\XmlRootAttribute.cs (1)
55set { ns = value; }
3 references to ns
System.Xml (3)
System\Xml\Serialization\XmlRootAttribute.cs (3)
54get { return ns; } 84get { return (ns == null ? String.Empty : ns) + ":" + ElementName + ":" + nullable.ToString(); }