11 references to KeySlots
System.Data.Entity (11)
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (1)
39foreach (MemberProjectedSlot keySlot in KeySlots)
System\Data\Mapping\ViewGeneration\Validation\KeyConstraint.cs (1)
55StringUtil.ToSeparatedStringSorted(builder, KeySlots, ", ");
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (9)
52if (KeySlots.IsSubsetOf(second.KeySlots)) 61Set<ViewCellSlot> secondKeySlots = new Set<ViewCellSlot>(second.KeySlots); 63foreach (ViewCellSlot firstSlot in KeySlots) 104List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.KeySlots); 124ViewCellSlot.SlotsToUserString(rightKeyConstraint.KeySlots, false /*isFromCside*/), 127ViewCellSlot.SlotsToUserString(rightKeyConstraint.KeySlots, true /*isFromCside*/), 144string keyMsg = ViewCellSlot.SlotsToUserString(rightConstraint.KeySlots, true /*isFromCside*/); 154List<ViewCellSlot> keySlots = new List<ViewCellSlot>(rightKeyConstraint.KeySlots);