3 references to GroupAggregate
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBindings.cs (1)
72/// and to the group aggregate via the <seealso cref="GroupAggregate"/> property.
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3394DbGroupAggregate groupAggregateDefinition = groupInputBinding.GroupAggregate;
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2762aggregates.Add(new KeyValuePair<string, DbAggregate>(GroupColumnName, sourceGroupBinding.GroupAggregate));