CodeGen\EmitStatement.cs (6)
428stack.Push((binOp, destBox, sense));
456stack.Push((null, fallThrough, true)); // This is a special entry to indicate that it is time to append the fallThrough block
457stack.Push((binary.Right, top.destBox, top.sense));
458stack.Push((binary.Left, fallThrough, !top.sense));
466stack.Push((binary.Right, top.destBox, top.sense));
467stack.Push((binary.Left, top.destBox, top.sense));