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