1 write to nullable
System.Xml (1)
System\Xml\Serialization\XmlArrayItemAttribute.cs (1)
108set { nullable = value; nullableSpecified = true; }
1 reference to nullable
System.Xml (1)
System\Xml\Serialization\XmlArrayItemAttribute.cs (1)
107get { return nullable; }