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