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