1 write to _candidateAggregateNodes
System.Data.Entity (1)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
79_candidateAggregateNodes = new HashSet<KeyValuePair<Node, Node>>();
4 references to _candidateAggregateNodes
System.Data.Entity (4)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (4)
77if (_candidateAggregateNodes == null) 81return _candidateAggregateNodes; 92return (_candidateAggregateNodes != null && _candidateAggregateNodes.Count != 0);