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