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