17 references to VarRef
System.Data.Entity (17)
System\Data\Query\InternalTrees\Dump.cs (1)
1003case OpType.VarRef:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
434|| definition.Op.OpType == OpType.VarRef
System\Data\Query\InternalTrees\ScalarOps.cs (2)
305internal VarRefOp(Var v) : base(OpType.VarRef, v.Type) 309private VarRefOp() : base(OpType.VarRef) { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
405if (n.Child0.Op.OpType != OpType.VarRef) 815if (node.Op.OpType != OpType.VarRef)
System\Data\Query\PlanCompiler\NestPullup.cs (4)
294if (n.Child0.Op.OpType == OpType.VarRef) 340else if (chi.Op.OpType == OpType.VarRef) 1010else if (OpType.VarRef == definingExprNode.Op.OpType) 1769else if (OpType.VarRef == newNode.Op.OpType)
System\Data\Query\PlanCompiler\Predicate.cs (1)
480if (left.Op.OpType != OpType.VarRef)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1318return currentNode.Op.OpType == OpType.VarRef;
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
92if (node.Op.OpType == OpType.VarRef) 126if (node.Op.OpType == OpType.VarRef) 559if (varRefMap != null && node.Op.OpType == OpType.VarRef) 2243if (definingExprNode.Op.OpType == OpType.VarRef) 3902if (definingExprNode.Op.OpType == OpType.VarRef)