1 instantiation of FunctionAggregateInfo
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
952aggregateInfo = new FunctionAggregateInfo(methodExpr, errCtx, _currentGroupAggregateInfo, CurrentScopeRegion);
3 references to FunctionAggregateInfo
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
1267FunctionAggregateInfo aggregateInfo; 3735((FunctionAggregateInfo)groupAggregateInfo).AggregateDefinition));
System\Data\Common\EntitySql\SemanticResolver.cs (1)
950internal IDisposable EnterFunctionAggregate(AST.MethodExpr methodExpr, ErrorContext errCtx, out FunctionAggregateInfo aggregateInfo)