1 write to IsItemTypeNullable
System.Runtime.Serialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
305set { helper.IsItemTypeNullable = value; }
1 reference to IsItemTypeNullable
System.Runtime.Serialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
301get { return helper.IsItemTypeNullable; }