1 write to _command
System.Data.Entity (1)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
663
this.
_command
= itree;
5 references to _command
System.Data.Entity (5)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (5)
687
if (GroupAggregateVarComputationTranslator.TryTranslateOverGroupAggregateVar(definingNode, true, this.
_command
, this._groupAggregateVarInfoManager, out referencedVarInfo, out templateNode, out isUnnested))
697
if (GroupAggregateVarComputationTranslator.TryTranslateOverGroupAggregateVar(argumentNode, true, this.
_command
, this._groupAggregateVarInfoManager, out referencedVarInfo, out templateNode, out isUnnested))
725
_groupAggregateVarInfoManager.Add(groupAggregateVar, new GroupAggregateVarInfo(n, groupAggregateVar), this.
_command
.CreateNode(this.
_command
.CreateVarRefOp(groupAggregateVar)), false);
772
if (GroupAggregateVarComputationTranslator.TryTranslateOverGroupAggregateVar(n.Child0, false,
_command
, _groupAggregateVarInfoManager, out referencedGroupAggregateVarInfo, out templateNode, out isUnnested)