2 writes to IsItemTypeNullable
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1401boundCollectionContract.IsItemTypeNullable = !boundCollectionContract.ItemContract.IsValueType;
System\Runtime\Serialization\SchemaImporter.cs (1)
1062dataContract.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)
399if (collectionDataContract.IsItemTypeNullable)