6 references to SlotValue
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (3)
120
return new QualifiedSlot(this, slotInfo.
SlotValue
);
126
return m_slots[slotNum].
SlotValue
;
172
if (!isTopLevel && (!(slotInfo.
SlotValue
is QualifiedSlot) || slotInfo.IsEnforcedNotNull))
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
283
childSlots[index] = new SlotInfo(true /* is required */, true /* is projected */, slotInfo.
SlotValue
, slotInfo.OutputMember);
310
slotInfos[slotNum] = new SlotInfo(isRequired, isRequired, slotInfo.
SlotValue
, slotInfo.OutputMember);
316
slotInfos[slotNum] = new SlotInfo(true, true, aslot.
SlotValue
, aslot.OutputMember);