5 references to IsLiftedLogical
System.Core (5)
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
416Debug.Assert(IsLiftedLogical);
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (4)
323if (b.Method != null && !b.IsLiftedLogical) { 327} else if (b.IsLiftedLogical) { 439if (b.Method != null && !b.IsLiftedLogical) { 443} else if (b.IsLiftedLogical) {