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