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