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