1 override of VisitInnerJoin
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (1)
71internal override CellTreeNode VisitInnerJoin(OpCellTreeNode node, TInput param)
2 references to VisitInnerJoin
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
142return visitor.VisitInnerJoin(this, param); 154return visitor.VisitInnerJoin(this, param);