1 write to m_slot
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs (1)
34m_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)
52QualifiedSlot result = new QualifiedSlot(block, m_slot); 71ProjectedSlot slot = m_slot; 79slot = qualifiedSlot.m_slot; 104m_slot.ToCompactString(builder);