13 references to MemberPath
System.Data.Entity (13)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
323
MemberPath cRootExtent = new
MemberPath
(extent);
334
MemberPath sRootExtent = new
MemberPath
(fragmentMap.TableSet);
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (2)
38
CreateVariableConstraintsRecursion(extent.ElementType, new
MemberPath
(extent), domainMap, edmItemCollection);
66
BoolExpression typeCondition = CreateIsOfTypeCondition(new
MemberPath
(end.EntitySet),
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
88
_extentPath = new
MemberPath
(context.Extent);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
468
MemberPath prefix = new
MemberPath
(Extent);
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
556
MemberPath extentPath = new
MemberPath
(extent);
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
39
GatherPartialSignature(index, edmItemCollection, new
MemberPath
(extent), false); // need not only keys
System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs (1)
76
MemberPath prefix = new
MemberPath
(m_cellQuery.Extent);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
263
MemberPath prefix = new
MemberPath
(ChildTable);
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (3)
108
MemberPath tablePrefix = new
MemberPath
(table);
109
MemberPath cSetPrefix = new
MemberPath
(cSet);
158
MemberPath tablePrefix = new
MemberPath
(table);