10 references to ProjectedSlotMap
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (7)
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); 202int numMembers = ProjectedSlotMap.Count;
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (3)
136Debug.Assert(cellQuery.NumProjectedSlots == ProjectedSlotMap.Count, 148MemberPath memberPath = ProjectedSlotMap[i]; 154slot, ProjectedSlotMap[i]);