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