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