12 references to DescribeClrType
System.Data.Entity (12)
System\Data\Objects\ELinq\ExpressionConverter.cs (8)
297ExpressionConverter.DescribeClrType(metadata.ClrType))); 559throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_UnsupportedCast(DescribeClrType(fromClrType), DescribeClrType(toClrType))); 638DescribeClrType(fromClrType), DescribeClrType(toClrType))); 962DescribeClrType(type))); 1098throw EntityUtil.NotSupported(Strings.ELinq_UnsupportedComparison(DescribeClrType(clrType))); 1108memberPathDescription.Append(Strings.ELinq_UnsupportedRowTypeComparison(DescribeClrType(clrType)));
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2073throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_InvalidOfTypeResult(DescribeClrType(clrType)));
System\Data\Objects\ELinq\Translator.cs (3)
121throw EntityUtil.NotSupported(Strings.ELinq_UnsupportedNullConstant(DescribeClrType(linq.Type))); 125throw EntityUtil.NotSupported(Strings.ELinq_UnsupportedConstant(DescribeClrType(linq.Type))); 785throw EntityUtil.NotSupported(Strings.ELinq_UnsupportedType(DescribeClrType(linq.Type)));