1 reference to ExprList
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
238
public static ExprList CreateList(Expr op1, Expr op2) => new
ExprList
(op1, op2);