3 references to LeftDomainMap
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
376if (!TryMergeTwoCellQueries(leaf1.LeftCellWrapper.LeftCellQuery, leaf2.LeftCellWrapper.LeftCellQuery, opType, m_viewgenContext.MemberMaps.LeftDomainMap, out mergedLeftCellQuery))
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
84_domainMap = context.MemberMaps.LeftDomainMap;
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
309BoolExpression fromVariable = BoolExpression.CreateLiteral(new CellIdBoolean(m_identifiers, extentCellsList[i].CellNumber), m_memberMaps.LeftDomainMap);