System\Data\Common\EntitySql\SemanticResolver.cs (7)
858Debug.Assert(this.CurrentScopeRegion == scopeRegion, "Scope region stack is corrupted.");
868this.CurrentScopeRegion.GroupAggregateInfos.ForEach(groupAggregateInfo => groupAggregateInfo.DetachFromAstNode());
873this.CurrentScopeRegion.RollbackAllScopes();
878this._scopeRegions.Remove(CurrentScopeRegion);
952aggregateInfo = new FunctionAggregateInfo(methodExpr, errCtx, _currentGroupAggregateInfo, CurrentScopeRegion);
961aggregateInfo = new GroupPartitionInfo(groupPartitionExpr, errCtx, _currentGroupAggregateInfo, CurrentScopeRegion);
970aggregateInfo = new GroupKeyAggregateInfo(aggregateKind, errCtx, _currentGroupAggregateInfo, CurrentScopeRegion);