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