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