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