2 writes to _currentGroupAggregateInfo
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticResolver.cs (2)
976
_currentGroupAggregateInfo
= aggregateInfo;
983
this.
_currentGroupAggregateInfo
= aggregateInfo.ContainingAggregate;
10 references to _currentGroupAggregateInfo
System.Data.Entity (10)
System\Data\Common\EntitySql\SemanticResolver.cs (10)
303
get { return
_currentGroupAggregateInfo
; }
387
if (
_currentGroupAggregateInfo
!= null)
394
if (definingScopeRegionOfScopeEntry.ScopeRegionIndex <=
_currentGroupAggregateInfo
.DefiningScopeRegion.ScopeRegionIndex)
400
_currentGroupAggregateInfo
.UpdateScopeIndex(scopeIndex, this);
411
for (expressionInterpretationContext =
_currentGroupAggregateInfo
;
424
expressionInterpretationContext =
_currentGroupAggregateInfo
;
952
aggregateInfo = new FunctionAggregateInfo(methodExpr, errCtx,
_currentGroupAggregateInfo
, CurrentScopeRegion);
961
aggregateInfo = new GroupPartitionInfo(groupPartitionExpr, errCtx,
_currentGroupAggregateInfo
, CurrentScopeRegion);
970
aggregateInfo = new GroupKeyAggregateInfo(aggregateKind, errCtx,
_currentGroupAggregateInfo
, CurrentScopeRegion);
982
Debug.Assert(this.
_currentGroupAggregateInfo
== aggregateInfo, "Aggregare info stack is corrupted.");