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