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