9 references to GetLeaves
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (3)
102cQueryTree.GetLeaves().Concat(sQueryTree.GetLeaves())); 269sCombinedTree.GetLeaves().Concat(new LeftCellWrapper[] { wrapper }));
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
149ConstantProjectedSlot defaultValue = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.Config), memberPath);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
505slot = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.Config), memberPath);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (4)
236string childExtents = LeftCellWrapper.GetExtentListAsUserString(cNode.GetLeaves()); 237string parentExtents = LeftCellWrapper.GetExtentListAsUserString(pNode.GetLeaves()); 241Set<LeftCellWrapper> allWrappers = new Set<LeftCellWrapper>(pNode.GetLeaves()); 242allWrappers.AddRange(cNode.GetLeaves());