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