7 overrides of Visit
System.Data.Entity (7)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
651
public override DbExpression
Visit
(DbUnionAllExpression expression)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
661
public override TreeNode
Visit
(DbUnionAllExpression e)
System\Data\Mapping\Update\Internal\UpdateExpressionVisitor.cs (1)
264
public override TReturn
Visit
(DbUnionAllExpression expression)
System\Data\Mapping\ViewValidator.cs (1)
455
public override DbExpressionEntitySetInfo
Visit
(DbUnionAllExpression expression)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1646
public override Node
Visit
(DbUnionAllExpression e)
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
688
public override bool
Visit
(DbUnionAllExpression expression)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
2605
public override ISqlFragment
Visit
(DbUnionAllExpression e)
1 reference to Visit
System.Data.Entity (1)
System\Data\Common\CommandTrees\RelationalExpressions.cs (1)
729
public override TResultType Accept<TResultType>(DbExpressionVisitor<TResultType> visitor) { if (visitor != null) { return visitor.
Visit
(this); } else { throw EntityUtil.ArgumentNull("visitor"); } }