2 overrides of NumBoolSlots
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
94
internal override int
NumBoolSlots
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
121
internal override int
NumBoolSlots
9 references to NumBoolSlots
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (6)
149
int totalSlots = ProjectedSlotMap.Count +
NumBoolSlots
;
163
return ProjectedSlotMap.GetMemberPath(slotNum,
NumBoolSlots
);
171
return ProjectedSlotMap.BoolIndexToSlot(boolIndex,
NumBoolSlots
);
178
return ProjectedSlotMap.SlotToBoolIndex(slotNum,
NumBoolSlots
);
185
return ProjectedSlotMap.IsKeySlot(slotNum,
NumBoolSlots
);
192
return ProjectedSlotMap.IsBoolSlot(slotNum,
NumBoolSlots
);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
126
return m_children[0].
NumBoolSlots
;
266
Debug.Assert(totalSlots == child.
NumBoolSlots
+ child.NumProjectedSlots,
360
Debug.Assert(totalSlots == child.
NumBoolSlots
+ child.NumProjectedSlots,