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