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