7 references to IsLiftedLogical
System.Linq.Expressions (7)
System\Linq\Expressions\BinaryExpression.cs (1)
395Debug.Assert(IsLiftedLogical);
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (4)
324if (b.Method != null && !b.IsLiftedLogical) 332else if (b.IsLiftedLogical) 425if (b.Method != null && !b.IsLiftedLogical) 433else if (b.IsLiftedLogical)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
1335if (b.Method != null && !b.IsLiftedLogical) 1343else if (b.IsLiftedLogical)