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