1 type derived from CellTreeVisitor
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (1)
58private class DefaultCellTreeVisitor<TInput> : CellTreeVisitor<TInput, CellTreeNode>
3 references to CellTreeVisitor
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
100internal abstract TOutput Accept<TInput, TOutput>(CellTreeVisitor<TInput, TOutput> visitor, TInput param);
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)