6 references to CSlot
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Validation\ViewCellRelation.cs (1)
69if (ProjectedSlot.EqualityComparer.Equals(slot, viewSlot.CSlot) ||
System\Data\Mapping\ViewGeneration\Validation\ViewCellSlot.cs (1)
104MemberProjectedSlot actualSlot = isFromCside ? slot.CSlot : slot.SSlot;
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (4)
78MemberPath path1 = firstSlot.CSlot.MemberPath; 79MemberPath path2 = secondSlot.CSlot.MemberPath; 106EntitySetBase cSet = keySlots[0].CSlot.MemberPath.Extent; 156EntitySetBase cSet = keySlots[0].CSlot.MemberPath.Extent;