1 write to AggregateDefinition
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1484AggregateDefinition = aggregateDefinition;
2 references to AggregateDefinition
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
3900DbExpression aggregateDefinition = ((GroupPartitionInfo)groupAggregateInfo).AggregateDefinition; 3914DbLambda gpExpressionLambda = new DbLambda(gpExpressionLambdaVariables, ((GroupPartitionInfo)groupAggregateInfo).AggregateDefinition);