1 write to m_slotValue
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (1)
46m_slotValue = slotValue;
12 references to m_slotValue
System.Data.Entity (12)
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (12)
49Debug.Assert(false == m_isRequiredByParent || m_slotValue != null, "Required slots cannot be null"); 50Debug.Assert(m_slotValue is QualifiedSlot || 51(m_slotValue == null && m_outputMember == null) || // unused boolean slot 52(m_slotValue is BooleanProjectedSlot) == (m_outputMember == null), 111get { return m_slotValue; } 121return m_slotValue != null ? m_slotValue.GetCqlFieldAlias(m_outputMember) : null; 152m_slotValue.AsEsql(builder, m_outputMember, blockAlias, indentLevel); 154m_slotValue.AsEsql(builder, m_outputMember, blockAlias, indentLevel); 159m_slotValue.AsEsql(builder, m_outputMember, blockAlias, indentLevel); 169DbExpression cqt = m_slotValue.AsCqt(row, m_outputMember); 179if (m_slotValue != null)