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