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