5 references to False
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
526caseStatement.AddWhenThen(BoolExpression.False /* arbitrary condition */,
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
169boolSlot = new BooleanProjectedSlot(BoolExpression.False, identifiers, boolNum);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
249new BooleanProjectedSlot(BoolExpression.False, identifiers, SlotToBoolIndex(slotNum)), null /* member path*/); 501slot = new BooleanProjectedSlot(BoolExpression.False, identifiers, SlotToBoolIndex(slotNum)); 575BoolExpression originBool = BoolExpression.False;