4 references to Cast
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
869
case OpType.
Cast
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
587
internal CastOp(TypeUsage type) : base(OpType.
Cast
, type) { }
588
private CastOp() : base(OpType.
Cast
) { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
508
while (currentNode.Op.OpType == OpType.
Cast
)