7 references to Collect
System.Data.Entity (7)
System\Data\Query\InternalTrees\Dump.cs (1)
871case OpType.Collect:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
894internal CollectOp(TypeUsage type) : base(OpType.Collect, type) { } 895private CollectOp() : base(OpType.Collect) { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
341if (inputNode.Op.OpType == OpType.Collect)
System\Data\Query\PlanCompiler\NestPullup.cs (3)
336if (chi.Op.OpType == OpType.Collect) 999if (OpType.Collect == definingExprNode.Op.OpType) 1757else if (OpType.Collect == newNode.Op.OpType)