3 references to Negate
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
676return Expression.Negate(arg, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\UnaryExpression.cs (2)
321ExpressionType.Negate => Negate(operand, method), 459return Negate(expression, method: null);