3 references to SlotToBoolIndex
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
116
return cellQuery.GetBoolVar(
SlotToBoolIndex
(slot)) != null;
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
249
new BooleanProjectedSlot(BoolExpression.False, identifiers,
SlotToBoolIndex
(slotNum)), null /* member path*/);
501
slot = new BooleanProjectedSlot(BoolExpression.False, identifiers,
SlotToBoolIndex
(slotNum));