5 references to RemoveNullableFromType
System.Web.DynamicData (5)
DynamicData\DataSourceUtil.cs (1)
51type = Misc.RemoveNullableFromType(type);
DynamicData\MetaColumn.cs (1)
51_type = Misc.RemoveNullableFromType(Provider.ColumnType);
DynamicData\ModelProviders\DLinqColumnProvider.cs (1)
65if (dbType == null || (memberType != typeof(string) && Misc.RemoveNullableFromType(memberType) != typeof(char)))
DynamicData\QueryableFilterUserControl.cs (1)
151propertyExpression = Expression.Convert(propertyExpression, Misc.RemoveNullableFromType(propertyExpression.Type));
DynamicData\Util\Misc.cs (1)
96type = RemoveNullableFromType(type);