1 write to _nullableSpecified
System.Private.Xml (1)
System\Xml\Serialization\XmlArrayItemAttribute.cs (1)
107set { _nullable = value; _nullableSpecified = true; }
1 reference to _nullableSpecified
System.Private.Xml (1)
System\Xml\Serialization\XmlArrayItemAttribute.cs (1)
112get { return _nullableSpecified; }