5 references to IsNullableType
System.ServiceModel.Internals (5)
System\Runtime\TypeHelper.cs (5)
40
return !destinationType.IsValueType ||
IsNullableType
(destinationType);
109
if (typeof(T).IsValueType && !
IsNullableType
(typeof(T)))
292
if (!
IsNullableType
(destinationType))
298
if (
IsNullableType
(sourceType))
579
return type.IsValueType &&
IsNullableType
(type);