16 references to TotalSlots
System.Data.Entity (16)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (16)
131
Debug.Assert(requiredSlots.Length ==
TotalSlots
, "Wrong number of requiredSlots");
152
bool[] requiredSlots = new bool[
TotalSlots
];
164
for (int i =
TotalSlots
- m_numBools; i <
TotalSlots
; i++)
193
bool[] topSlots = new bool[
TotalSlots
];
223
bool[] thisRequiredSlots = new bool[
TotalSlots
];
226
thisRequiredSlots.Length ==
TotalSlots
,
230
for (int i = 0; i <
TotalSlots
; i++)
276
int numSlotsAddedByChildBlock = childBlock.Slots.Count -
TotalSlots
;
277
SlotInfo[] slotInfos = new SlotInfo[
TotalSlots
+ numSlotsAddedByChildBlock];
278
for (int slotNum = 0; slotNum <
TotalSlots
; slotNum++)
315
for (int i =
TotalSlots
; i <
TotalSlots
+ numSlotsAddedByChildBlock; i++)
343
/// Returns an array of size <see cref="
TotalSlots
"/> which indicates the slots that are needed to constuct value at <paramref name="caseMemberPath"/>,
350
Debug.Assert(requiredSlots.Length ==
TotalSlots
, "Invalid array size for populating required slots");
432
return m_projectedSlotMap.GetMemberPath(slotNum,
TotalSlots
- m_projectedSlotMap.Count);