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