1 reference to ExprConcat
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
80public static ExprConcat CreateConcat(Expr first, Expr second) => new ExprConcat(first, second);