3 references to SlotToBoolIndex
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
116return cellQuery.GetBoolVar(SlotToBoolIndex(slot)) != null;
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));