1 write to m_slots
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (1)
34m_slots = new List<MemberProjectedSlot>(slots);
3 references to m_slots
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (3)
35Debug.Assert(m_slots.Count > 0, "Cell relation with not even an exent?"); 140List<MemberProjectedSlot> keySlots = MemberProjectedSlot.GetSlots(m_slots, key.KeyFields); 163StringUtil.FormatStringBuilder(builder, "{0}", m_slots[0]);