1 write to m_keySlots
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validation\KeyConstraint.cs (1)
29m_keySlots = new Set<TSlot>(keySlots, comparer).MakeReadOnly();
2 references to m_keySlots
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Validation\KeyConstraint.cs (2)
30Debug.Assert(m_keySlots.Count > 0, "Key constraint being created without any keyslots?"); 47get { return m_keySlots; }