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