1 instantiation of GroupKeyAggregateInfo
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
970
aggregateInfo = new
GroupKeyAggregateInfo
(aggregateKind, errCtx, _currentGroupAggregateInfo, CurrentScopeRegion);
4 references to GroupKeyAggregateInfo
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
3437
GroupKeyAggregateInfo
groupKeyAggregateInfo;
3466
GroupKeyAggregateInfo
functionAggregateInfo;
3478
GroupKeyAggregateInfo
groupPartitionInfo;
System\Data\Common\EntitySql\SemanticResolver.cs (1)
968
internal IDisposable EnterGroupKeyDefinition(GroupAggregateKind aggregateKind, ErrorContext errCtx, out
GroupKeyAggregateInfo
aggregateInfo)