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