3 references to GetMemberProjectedSlots
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (3)
498List<MemberProjectedSlot> keySlots = MemberProjectedSlot.GetKeySlots(GetMemberProjectedSlots(), prefix); 523foreach (MemberProjectedSlot slot in this.GetMemberProjectedSlots()) 546HashSet<MemberProjectedSlot> slots = new HashSet<MemberProjectedSlot>(GetMemberProjectedSlots());