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