2 references to CreateCastExpression
System.Data.Entity (2)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2727
CqtExpression cast = parent.
CreateCastExpression
(binding.Variable, toClrType, fromClrType);
System\Data\Objects\ELinq\Translator.cs (1)
1270
DbExpression cast = parent.
CreateCastExpression
(operand, toClrType, fromClrType);