1 instantiation of CellTreeSimplifier
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
42
CellTreeSimplifier simplifier = new
CellTreeSimplifier
(rootNode.ViewgenContext);
2 references to CellTreeSimplifier
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
42
CellTreeSimplifier
simplifier = new CellTreeSimplifier(rootNode.ViewgenContext);
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
473
CellTreeNode simplifiedView =
CellTreeSimplifier
.MergeNodes(basicView);