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