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