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