18 references to LeftCellWrapper
System.Data.Entity (18)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
135
EntitySetBase extent = childNode.
LeftCellWrapper
.RightCellQuery.Extent; // relation or extent to group by
464
return leaf.
LeftCellWrapper
.RightCellQuery.Extent as EntitySet;
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (9)
295
extentMap.Add(leafNode.
LeftCellWrapper
.RightCellQuery.Extent, leafNode);
328
extentMap.Add(leafNode.
LeftCellWrapper
.RightCellQuery.Extent, leafNode);
341
EntitySetBase firstExtent = firstNode.
LeftCellWrapper
.RightCellQuery.Extent;
371
if (!TryMergeTwoCellQueries(leaf1.
LeftCellWrapper
.RightCellQuery, leaf2.
LeftCellWrapper
.RightCellQuery, opType, m_viewgenContext.MemberMaps.RightDomainMap, out mergedRightCellQuery))
376
if (!TryMergeTwoCellQueries(leaf1.
LeftCellWrapper
.LeftCellQuery, leaf2.
LeftCellWrapper
.LeftCellQuery, opType, m_viewgenContext.MemberMaps.LeftDomainMap, out mergedLeftCellQuery))
404
leaf1.
LeftCellWrapper
.Cells.Concat(leaf2.
LeftCellWrapper
.Cells));
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (2)
504
CellQuery thatQuery = node.
LeftCellWrapper
.RightCellQuery;
533
new LeftCellWrapper[] { m_wrapper, node.
LeftCellWrapper
}, String.Empty);
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
116
return GetLeafNodes().Select(leafNode => leafNode.
LeftCellWrapper
).ToList();
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (4)
91
get { return
LeftCellWrapper
.RightCellQuery.NumProjectedSlots; }
96
get { return
LeftCellWrapper
.RightCellQuery.NumBoolVars; }
113
CellQuery cellQuery =
LeftCellWrapper
.RightCellQuery;
130
CellQuery cellQuery =
LeftCellWrapper
.RightCellQuery;