5 references to Function
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
3467using (sr.EnterGroupKeyDefinition(GroupAggregateKind.Function, aliasedExpr.ErrCtx, out functionAggregateInfo)) 3732case GroupAggregateKind.Function: 3797.Where(groupAggregateInfo => groupAggregateInfo.AggregateKind == GroupAggregateKind.Function)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
429case GroupAggregateKind.Function: 1457: base(GroupAggregateKind.Function, methodExpr, errCtx, containingAggregate, definingScopeRegion)