5 references to SourceExtentMemberPath
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
200
MemberPath leftExtent = originalCell.GetLeftQuery(viewTarget).
SourceExtentMemberPath
;
201
MemberPath rightExtent = originalCell.GetRightQuery(viewTarget).
SourceExtentMemberPath
;
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
450
newRoot = query1.
SourceExtentMemberPath
;
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
547
slots.Add(new MemberProjectedSlot(
SourceExtentMemberPath
));
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
189
if (TryGetWithRelationship(colocatedAssociationSetMap, this.m_cellWrapper.LeftExtent, cellQuery.
SourceExtentMemberPath
, ref foreignKeySlots, out withRelationship))