5 references to ProcessLogOpOverConstant
System.Data.Entity (5)
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
1219return ProcessLogOpOverConstant(context, node, node.Child1, node.Child0, out newNode); 1223return ProcessLogOpOverConstant(context, node, node.Child0, node.Child1, out newNode); 1227return ProcessLogOpOverConstant(context, node, node.Child1, node.Child0, out newNode); 1231return ProcessLogOpOverConstant(context, node, node.Child0, node.Child1, out newNode); 1235return ProcessLogOpOverConstant(context, node, node.Child0, null, out newNode);