4 references to IsValueCustomTypeInstance
System.Data.Common (4)
System\Data\xmlsaver.cs (4)
2568if (!col.IsCustomType || !DataColumn.IsValueCustomTypeInstance(columnValue) || (typeof(IXmlSerializable).IsAssignableFrom(columnValue.GetType()))) 2589if (DataColumn.IsValueCustomTypeInstance(columnValue)/* && valuesType != typeof(Type)*/) 2999if (!col.IsCustomType || !DataColumn.IsValueCustomTypeInstance(value) || (typeof(IXmlSerializable).IsAssignableFrom(value.GetType()))) 3020if (DataColumn.IsValueCustomTypeInstance(value) /*&& !(value is Type) && valuesType != typeof(Type)*/)