4 references to UnionAll
System.Data.Entity (4)
System\Data\Common\CommandTrees\RelationalExpressions.cs (1)
711: base(DbExpressionKind.UnionAll, resultType, left, right)
System\Data\Mapping\ViewValidator.cs (1)
109case DbExpressionKind.UnionAll:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
1593DbExpressionKind.UnionAll == expression.ExpressionKind, 1631case DbExpressionKind.UnionAll: