4 references to BooleanProjectedSlot
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (2)
165boolSlot = new BooleanProjectedSlot(expr, identifiers, boolNum); 169boolSlot = new BooleanProjectedSlot(BoolExpression.False, identifiers, boolNum);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
249new BooleanProjectedSlot(BoolExpression.False, identifiers, SlotToBoolIndex(slotNum)), null /* member path*/); 501slot = new BooleanProjectedSlot(BoolExpression.False, identifiers, SlotToBoolIndex(slotNum));