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