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