3 references to IsItemTypeNullable
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
615bool isItemTypeNullable = collectionContract.IsItemTypeNullable(); 642XmlQualifiedName expectedType = itemContract.GetArrayTypeName(collectionContract.IsItemTypeNullable()); 1207bool isItemTypeNullable = collectionContract.IsItemTypeNullable();