1 write to m_rightSlot
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
220m_rightSlot = rightSlot;
3 references to m_rightSlot
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (3)
239.Append(m_rightSlot.GetQualifiedCqlName(m_rightSlotOutputMember)); 248return m_leftSlot.AsCqt(leftRow, m_leftSlotOutputMember).Equal(m_rightSlot.AsCqt(rightRow, m_rightSlotOutputMember)); 255m_rightSlot.ToCompactString(builder);