2 instantiations of CollectOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
1001
return new
CollectOp
(type);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
902
internal static readonly CollectOp Pattern = new
CollectOp
();
16 references to CollectOp
System.Data.Entity (16)
System\Data\Query\InternalTrees\Command.cs (1)
999
internal
CollectOp
CreateCollectOp(TypeUsage type)
System\Data\Query\InternalTrees\Dump.cs (1)
211
public override void Visit(
CollectOp
op, Node n) {
System\Data\Query\InternalTrees\OpCopier.cs (1)
658
public override Node Visit(
CollectOp
op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
902
internal static readonly
CollectOp
Pattern = new CollectOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
449
public virtual void Visit(
CollectOp
op, Node n)
1366
public virtual TResultType Visit(
CollectOp
op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
610
public override Node Visit(
CollectOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1110
public override DbExpression Visit(
CollectOp
op, Node n)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
511
CollectOp
collectOp = _iqtCommand.CreateCollectOp(resultType);
663
CollectOp
collect = inputOp as
CollectOp
;
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2097
public override Node Visit(
CollectOp
op, Node n)
System\Data\Query\PlanCompiler\Normalizer.cs (1)
141
CollectOp
collectOp = m_command.CreateCollectOp(n.Op.Type);
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
2029
CollectOp
collectOp = m_command.CreateCollectOp(op.Type);
2059
public override Node Visit(
CollectOp
op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
333
public override void Visit(
CollectOp
op, Node n)