3 references to IsTypeCustomType
System.Data (3)
fx\src\data\System\Data\Common\DataStorage.cs (2)
151IsCustomDefinedType = IsTypeCustomType(StorageTypeCode); 342return IsTypeCustomType(GetStorageType(type));
fx\src\data\System\Data\DataColumn.cs (1)
1567if ((mapping != MappingType.Element) && DataStorage.IsTypeCustomType(typeCode)) {