1 write to m_caseSlotInfo
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (1)
33
m_caseSlotInfo
= slots[caseSlot];
3 references to m_caseSlotInfo
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (3)
51
Debug.Assert(
m_caseSlotInfo
.OutputMember != null, "We only construct member slots, not boolean slots.");
52
builder.Append("-- Constructing ").Append(
m_caseSlotInfo
.OutputMember.LeafName);
78
Debug.Assert(
m_caseSlotInfo
.OutputMember != null, "We only construct real slots not boolean slots");