3 references to NullCanBeAssignedTo
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceUtil.cs (2)
714if (!NullCanBeAssignedTo(clrType)) 740if (!NullCanBeAssignedTo(type))
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
148if (EntityDataSourceUtil.NullCanBeAssignedTo(descriptor.PropertyType) || null != adjustedValue)