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