5 references to IsTypeCustomType
System.Data.Common (5)
System\Data\Common\ObjectStorage.cs (1)
477
if (!
IsTypeCustomType
(value.GetType()))
System\Data\DataColumn.cs (2)
1627
DataStorage.
IsTypeCustomType
(DataType);
1631
(DataStorage.
IsTypeCustomType
(value.GetType()) && !(value is Type));
System\Data\DataTable.cs (1)
3935
if (DataStorage.
IsTypeCustomType
(dc.DataType) && newValue != dc[record])
System\Data\xmlsaver.cs (1)
411
if (DataStorage.
IsTypeCustomType
(columnType))