3 references to GetSlotForMember
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
326MemberProjectedSlot slot = MemberProjectedSlot.GetSlotForMember(m_projectedSlots, restriction.RestrictedMemberSlot.MemberPath); 346if (MemberProjectedSlot.GetSlotForMember(associationCell.GetLeftQuery(target).ProjectedSlots, restriction.RestrictedMemberSlot.MemberPath) != null)
System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs (1)
166MemberProjectedSlot slot = GetSlotForMember(Helpers.AsSuperTypeList<MemberProjectedSlot, ProjectedSlot>(slots), member);