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