3 references to GetProjectedPosition
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
420
int projectedPosition = sQuery.
GetProjectedPosition
(sSlot);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (2)
292
int projectedPosition = RightCellQuery.
GetProjectedPosition
(new MemberProjectedSlot(member));
310
int projectedPosition = LeftCellQuery.
GetProjectedPosition
(new MemberProjectedSlot(member));