4 references to GetCastTargetType
System.Data.Entity (4)
System\Data\Objects\ELinq\ExpressionConverter.cs (3)
759
if (null ==
GetCastTargetType
(setSource.ResultType, toClrType, fromClrType, true))
766
TypeUsage toType =
GetCastTargetType
(source.ResultType, toClrType, fromClrType, true);
931
TypeUsage toType =
GetCastTargetType
(cqt.ResultType, toClrType, fromClrType, false);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
771
TypeUsage toType = parent.
GetCastTargetType
(actualReturnType, clrReturnType, null, false);