1 write to m_command
System.Data.Entity (1)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
838
this.
m_command
= command;
7 references to m_command
System.Data.Entity (7)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (7)
861
IEnumerable<GroupAggregateVarInfo> groupAggregateVarInfos = GroupAggregateRefComputingVisitor.Process(
m_command
, out m_tryGetParent);
911
Node argumentNode = OpCopier.Copy(
m_command
, candidate.Value);
914
VarRemapper remapper = new VarRemapper(
m_command
, dictionary);
917
Node newFunctionDefiningNode =
m_command
.CreateNode(
918
m_command
.CreateAggregateOp(functionOp.Function, false),
922
Node varDefNode =
m_command
.CreateVarDefNode(newFunctionDefiningNode, out newFunctionVar);
941
candidate.Key.Op =
m_command
.CreateVarRefOp(newFunctionVar);