3 references to QualifiedSlot
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs (1)
52
QualifiedSlot result = new
QualifiedSlot
(block, m_slot);
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (1)
120
return new
QualifiedSlot
(this, slotInfo.SlotValue);
System\Data\Mapping\ViewGeneration\Structures\ProjectedSlot.cs (1)
68
QualifiedSlot result = new
QualifiedSlot
(block, this);