1 write to IsItemTypeNullable
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1071
dataContract.
IsItemTypeNullable
= element.IsNillable;
3 references to IsItemTypeNullable
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
609
bool isItemTypeNullable = collectionContract.
IsItemTypeNullable
;
628
XmlQualifiedName expectedType = itemContract.GetArrayTypeName(collectionContract.
IsItemTypeNullable
);
1134
bool isItemTypeNullable = collectionContract.
IsItemTypeNullable
;