7 overrides of Visit
System.Data.Entity (7)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
679
public override DbExpression
Visit
(DbIsOfExpression expression)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
710
public override TreeNode
Visit
(DbIsOfExpression e)
System\Data\Mapping\Update\Internal\UpdateExpressionVisitor.cs (1)
167
public override TReturn
Visit
(DbIsOfExpression expression)
System\Data\Mapping\ViewValidator.cs (1)
475
public override DbExpressionEntitySetInfo
Visit
(DbIsOfExpression expression)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1675
public override Node
Visit
(DbIsOfExpression e)
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
439
public override bool
Visit
(DbIsOfExpression expression)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1604
public override ISqlFragment
Visit
(DbIsOfExpression e)
1 reference to Visit
System.Data.Entity (1)
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
402
public override TResultType Accept<TResultType>(DbExpressionVisitor<TResultType> visitor) { if (visitor != null) { return visitor.
Visit
(this); } else { throw EntityUtil.ArgumentNull("visitor"); } }