6 references to Inputs
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
833
GroupByIntoOp newGroupOp = m_destCmd.CreateGroupByIntoOp(Copy(op.Keys), Copy(op.
Inputs
), Copy(op.Outputs));
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
903
PlanCompiler.Assert(definingGroupOp.
Inputs
.Count == 1, "There should be one input var to GroupByInto at this stage");
904
Var inputVar = definingGroupOp.
Inputs
.First;
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
1104
VarVec newInputs = FlattenVarSet(op.
Inputs
);
1107
if (newKeys != op.Keys || newInputs != op.
Inputs
|| newOutputs != op.Outputs)
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
280
Map(op.
Inputs
);