1 write to ErrCtx
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1128ErrCtx = errCtx;
9 references to ErrCtx
System.Data.Entity (9)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1165if (!sr.TryResolveInternalAggregateName(groupAggregateExpr.AggregateInfo.AggregateName, groupAggregateExpr.AggregateInfo.ErrCtx, out converted))
System\Data\Common\EntitySql\SemanticResolver.cs (8)
1275ErrCtx.CommandText, 1276ErrCtx.InputPosition, 1277ErrCtx.ErrorContextInfo, 1278ErrCtx.UseContextInfoAsResourceIdentifier, 1282containedAggregate.ErrCtx.CommandText, 1283containedAggregate.ErrCtx.InputPosition, 1284containedAggregate.ErrCtx.ErrorContextInfo, 1285containedAggregate.ErrCtx.UseContextInfoAsResourceIdentifier,