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