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