1 instantiation of ViewCellSlot
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
197
ViewCellSlot slot = new
ViewCellSlot
(i, cJoinSlot, sJoinSlot);
28 references to ViewCellSlot
System.Data.Entity (28)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (3)
179
List<
ViewCellSlot
> projectedSlots = new List<
ViewCellSlot
>();
197
ViewCellSlot
slot = new ViewCellSlot(i, cJoinSlot, sJoinSlot);
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (3)
38
List<
ViewCellSlot
> viewSlots = new List<
ViewCellSlot
>();
41
ViewCellSlot
viewCellSlot = viewCellRelation.LookupViewSlot(keySlot);
System\Data\Mapping\ViewGeneration\Validation\ViewCellRelation.cs (4)
32
internal ViewCellRelation(Cell cell, List<
ViewCellSlot
> slots, int cellNumber)
46
private List<
ViewCellSlot
> m_slots; // Slots projected from both cell queries
63
internal
ViewCellSlot
LookupViewSlot(MemberProjectedSlot slot)
66
foreach (
ViewCellSlot
viewSlot in m_slots)
System\Data\Mapping\ViewGeneration\Validation\ViewCellSlot.cs (5)
65
ViewCellSlot
rightSlot = right as
ViewCellSlot
;
86
internal static string SlotsToUserString(IEnumerable<
ViewCellSlot
> slots, bool isFromCside)
90
foreach (
ViewCellSlot
slot in slots)
102
internal static string SlotToUserString(
ViewCellSlot
slot, bool isFromCside)
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (13)
21
internal class ViewKeyConstraint : KeyConstraint<ViewCellRelation,
ViewCellSlot
>
27
internal ViewKeyConstraint(ViewCellRelation relation, IEnumerable<
ViewCellSlot
> keySlots) :
61
Set<
ViewCellSlot
> secondKeySlots = new Set<
ViewCellSlot
>(second.KeySlots);
63
foreach (
ViewCellSlot
firstSlot in KeySlots)
67
foreach (
ViewCellSlot
secondSlot in secondKeySlots)
104
List<
ViewCellSlot
> keySlots = new List<
ViewCellSlot
>(rightKeyConstraint.KeySlots);
124
ViewCellSlot
.SlotsToUserString(rightKeyConstraint.KeySlots, false /*isFromCside*/),
127
ViewCellSlot
.SlotsToUserString(rightKeyConstraint.KeySlots, true /*isFromCside*/),
144
string keyMsg =
ViewCellSlot
.SlotsToUserString(rightConstraint.KeySlots, true /*isFromCside*/);
154
List<
ViewCellSlot
> keySlots = new List<
ViewCellSlot
>(rightKeyConstraint.KeySlots);