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