7 references to Cast
System.Data.Entity (7)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
827
if (expression.ExpressionKind == DbExpressionKind.
Cast
&&
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
237
: base(DbExpressionKind.
Cast
, type, argument)
System\Data\Mapping\ViewValidator.cs (1)
93
case DbExpressionKind.
Cast
:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (4)
2074
case DbExpressionKind.
Cast
:
2106
case DbExpressionKind.
Cast
:
3955
case DbExpressionKind.
Cast
:
4341
if (expression.ExpressionKind == DbExpressionKind.
Cast
)