3 references to Add
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
585return Expression.Add(arg1, arg2, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\BinaryExpression.cs (2)
903ExpressionType.Add => Add(left, right, method), 1461return Add(left, right, method: null);