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