1 instantiation of RowConstructorExpr
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlParser.cs (1)
3103yyval = new RowConstructorExpr(ToNodeList<AliasedExpr>(val_peek(1)));
3 references to RowConstructorExpr
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
2532AST.RowConstructorExpr rowExpr = (AST.RowConstructorExpr)expr; 4357astExprConverters.Add(typeof(AST.RowConstructorExpr), new AstExprConverter(ConvertRowConstructor));