2 writes to IsItemTypeNullable
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1243
boundCollectionContract.
IsItemTypeNullable
= !boundCollectionContract.ItemContract.IsValueType;
System\Runtime\Serialization\SchemaImporter.cs (1)
1077
dataContract.
IsItemTypeNullable
= element.IsNillable;
6 references to IsItemTypeNullable
System.Runtime.Serialization (6)
System\Runtime\Serialization\CodeExporter.cs (3)
611
bool isItemTypeNullable = collectionContract.
IsItemTypeNullable
;
630
XmlQualifiedName expectedType = itemContract.GetArrayTypeName(collectionContract.
IsItemTypeNullable
);
1202
bool isItemTypeNullable = collectionContract.
IsItemTypeNullable
;
System\Runtime\Serialization\CollectionDataContract.cs (2)
1408
(
IsItemTypeNullable
|| thisItemTypeIsNullable) == (dataContract.
IsItemTypeNullable
|| otherItemTypeIsNullable) &&
System\Runtime\Serialization\SchemaExporter.cs (1)
399
if (collectionDataContract.
IsItemTypeNullable
)