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