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