5 references to IsTypeCustomType
System.Data (5)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
388
if (!
IsTypeCustomType
(value.GetType())){ // Guid and Type had TypeCode.Object
fx\src\data\System\Data\DataColumn.cs (2)
1577
return DataStorage.
IsTypeCustomType
(DataType);
1583
return (DataStorage.
IsTypeCustomType
(value.GetType()) && !(value is Type));
fx\src\data\System\Data\DataTable.cs (1)
3550
if (DataStorage.
IsTypeCustomType
(dc.DataType) && newValue != dc[record]) {
fx\src\data\System\Data\xmlsaver.cs (1)
358
if (DataStorage.
IsTypeCustomType
(columnType)) {