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