1 instantiation of GroupPartitionExpr
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlParser.cs (1)
3166
yyval = new
GroupPartitionExpr
((DistinctKind)val_peek(2), (Node)val_peek(1));
6 references to GroupPartitionExpr
System.Data.Entity (6)
System\Data\Common\EntitySql\AST\GroupAggregateExpr.cs (1)
19
/// Base class for <see cref="MethodExpr"/> and <see cref="
GroupPartitionExpr
"/>.
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
711
AST.
GroupPartitionExpr
groupAggregateExpr = (AST.
GroupPartitionExpr
)astExpr;
4366
astExprConverters.Add(typeof(AST.
GroupPartitionExpr
), new AstExprConverter(ConvertGroupPartitionExpr));
System\Data\Common\EntitySql\SemanticResolver.cs (2)
959
internal IDisposable EnterGroupPartition(AST.
GroupPartitionExpr
groupPartitionExpr, ErrorContext errCtx, out GroupPartitionInfo aggregateInfo)
1474
internal GroupPartitionInfo(AST.
GroupPartitionExpr
groupPartitionExpr, ErrorContext errCtx, GroupAggregateInfo containingAggregate, ScopeRegion definingScopeRegion)