4 types derived from SimpleCellTreeVisitor
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
480
internal class DomainConstraintVisitor : CellTreeNode.
SimpleCellTreeVisitor
<bool, bool>
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (3)
106
private class FlatteningVisitor :
SimpleCellTreeVisitor
<bool, CellTreeNode>
160
private class AssociativeOpFlatteningVisitor :
SimpleCellTreeVisitor
<bool, CellTreeNode>
222
private class LeafVisitor :
SimpleCellTreeVisitor
<bool, IEnumerable<LeafCellTreeNode>>
3 references to SimpleCellTreeVisitor
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
101
internal abstract TOutput Accept<TInput, TOutput>(
SimpleCellTreeVisitor
<TInput, TOutput> visitor, TInput param);
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
106
internal override TOutput Accept<TInput, TOutput>(
SimpleCellTreeVisitor
<TInput, TOutput> visitor, TInput param)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
132
internal override TOutput Accept<TInput, TOutput>(
SimpleCellTreeVisitor
<TInput, TOutput> visitor, TInput param)