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