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