1 write to AggregateKind
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1126AggregateKind = aggregateKind;
6 references to AggregateKind
System.Data.Entity (6)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (5)
3730switch (groupAggregateInfo.AggregateKind) 3743Debug.Fail("Unexpected group aggregate kind:" + groupAggregateInfo.AggregateKind.ToString()); 3797.Where(groupAggregateInfo => groupAggregateInfo.AggregateKind == GroupAggregateKind.Function) 3861groupAggregateInfo.AggregateKind == GroupAggregateKind.Partition, "DbFunctionAggregate's with duplicate names are not allowed."); 3898if (groupAggregateInfo.AggregateKind == GroupAggregateKind.Partition)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
427switch (expressionInterpretationContext.AggregateKind)