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