3 references to LeftDomainMap
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
376
if (!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)
309
BoolExpression fromVariable = BoolExpression.CreateLiteral(new CellIdBoolean(m_identifiers, extentCellsList[i].CellNumber), m_memberMaps.
LeftDomainMap
);