2 instantiations of MultisetConstructorExpr
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlParser.cs (2)
3110
yyval = new
MultisetConstructorExpr
(ToNodeList<Node>(val_peek(1)));
3117
yyval = new
MultisetConstructorExpr
(ToNodeList<Node>(val_peek(1)));
3 references to MultisetConstructorExpr
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
2574
AST.
MultisetConstructorExpr
msetCtor = (AST.
MultisetConstructorExpr
)expr;
4358
astExprConverters.Add(typeof(AST.
MultisetConstructorExpr
), new AstExprConverter(ConvertMultisetConstructor));