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