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