7 references to OpCellTreeNode
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (3)
195OpCellTreeNode newChild = new OpCellTreeNode(m_viewgenContext, child.OpType, 202CellTreeNode remainingNodes = new OpCellTreeNode(m_viewgenContext, rootNode.OpType, 206CellTreeNode commonNodes = new OpCellTreeNode(m_viewgenContext, commonChildOpType,
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (3)
98return new OpCellTreeNode(node.ViewgenContext, node.OpType, newChildren); 148OpCellTreeNode result = new OpCellTreeNode(node.ViewgenContext, node.OpType, flattenedChildren); 213OpCellTreeNode result = new OpCellTreeNode(node.ViewgenContext, node.OpType, finalChildren);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
41: this(context, opType, (IEnumerable<CellTreeNode>)children) { }