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