5 references to IsNullableType
System.Web.Extensions (5)
UI\WebControls\Dynamic.cs (5)
1129if (!type.IsValueType || IsNullableType(type)) 1157if ((IsNullableType(exprType) || IsNullableType(type)) && 1314return IsNullableType(type) ? type.GetGenericArguments()[0] : type; 1497if (!type.IsValueType || IsNullableType(type))