1 write to m_slot
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs (1)
34
m_slot
= slot; // Note: slot can be another qualified slot.
4 references to m_slot
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs (4)
52
QualifiedSlot result = new QualifiedSlot(block,
m_slot
);
71
ProjectedSlot slot =
m_slot
;
79
slot = qualifiedSlot.
m_slot
;
104
m_slot
.ToCompactString(builder);