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