2 writes to isItemTypeNullable
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
532
this.
isItemTypeNullable
= DataContract.IsTypeNullable(itemType);
751
set {
isItemTypeNullable
= value; }
1 reference to isItemTypeNullable
System.Runtime.Serialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
750
get { return
isItemTypeNullable
; }