3 references to Block2
System.Linq.Expressions (3)
System\Linq\Expressions\BlockExpression.cs (3)
245
return new
Block2
(args[0], args[1]);
841
return new
Block2
(arg0, arg1);
1093
2 => new
Block2
(expressions[0], expressions[1]),