4 references to LeftCellQuery
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
376
if (!TryMergeTwoCellQueries(leaf1.LeftCellWrapper.
LeftCellQuery
, leaf2.LeftCellWrapper.
LeftCellQuery
, opType, m_viewgenContext.MemberMaps.LeftDomainMap, out mergedLeftCellQuery))
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (2)
298
ProjectedSlot slot =
LeftCellQuery
.ProjectedSlotAt(projectedPosition);
310
int projectedPosition =
LeftCellQuery
.GetProjectedPosition(new MemberProjectedSlot(member));