8 references to IsAggregating
System.Data.Entity (8)
System\Data\Common\EntitySql\SemanticResolver.cs (8)
913if (_scopeRegions[i].IsAggregating) 1199if (!_evaluatingScopeRegion.IsAggregating) 1217if (innerSR.IsAggregating) 1254Debug.Assert(_evaluatingScopeRegion.IsAggregating, "_evaluatingScopeRegion.IsAggregating must be true"); 1554Debug.Assert(!IsAggregating, "Scope region group operation is not reentrant."); 1558/// Clears the <see cref="IsAggregating"/> flag on the group scope. 1562Debug.Assert(IsAggregating, "Scope region must inside group operation in order to leave it."); 1576Debug.Assert(IsAggregating, "IsAggregating must be true.");