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