3 references to UnionAll
System.Data.Entity (3)
System\Data\Common\EntitySql\CqlParser.cs (1)
2754
yyval = new BuiltInExpr(BuiltInKind.
UnionAll
, Terminal(val_peek(2)).Token, (Node)val_peek(3), (Node)val_peek(0));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
2199
if (astBuiltInExpr.Kind != AST.BuiltInKind.
UnionAll
)
4644
builtInExprConverter.Add(AST.BuiltInKind.
UnionAll
, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)