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