2 writes to IsItemTypeNullable
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1401
boundCollectionContract.
IsItemTypeNullable
= !boundCollectionContract.ItemContract.IsValueType;
System\Runtime\Serialization\SchemaImporter.cs (1)
1062
dataContract.
IsItemTypeNullable
= element.IsNillable;
3 references to IsItemTypeNullable
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\CollectionDataContract.cs (2)
1545
(
IsItemTypeNullable
|| thisItemTypeIsNullable) == (dataContract.
IsItemTypeNullable
|| otherItemTypeIsNullable) &&
System\Runtime\Serialization\SchemaExporter.cs (1)
400
if (collectionDataContract.
IsItemTypeNullable
)