3 references to EnterGroupKeyDefinition
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
3438
using (sr.
EnterGroupKeyDefinition
(GroupAggregateKind.GroupKey, aliasedExpr.ErrCtx, out groupKeyAggregateInfo))
3467
using (sr.
EnterGroupKeyDefinition
(GroupAggregateKind.Function, aliasedExpr.ErrCtx, out functionAggregateInfo))
3479
using (sr.
EnterGroupKeyDefinition
(GroupAggregateKind.Partition, aliasedExpr.ErrCtx, out groupPartitionInfo))