2 overrides of Accept
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
101internal override TOutput Accept<TInput, TOutput>(CellTreeVisitor<TInput, TOutput> visitor, TInput param)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
137internal override TOutput Accept<TInput, TOutput>(CellTreeVisitor<TInput, TOutput> visitor, TInput param)
2 references to Accept
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
39CellTreeNode result = Accept<bool, CellTreeNode>(visitor, true);
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (1)
96newChildren.Add(child.Accept(this, param));