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