Base:
method
Visit
System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType>.Visit(System.Data.Common.CommandTrees.DbExpression)
24 references to Visit
System.Data.Entity (24)
System\Data\Mapping\Update\Internal\Propagator.cs (6)
149
ChangeNode left =
Visit
(leftExpr);
150
ChangeNode right =
Visit
(rightExpr);
183
ChangeNode left =
Visit
(node.Left);
184
ChangeNode right =
Visit
(node.Right);
221
ChangeNode input =
Visit
(node.Input.Expression);
296
ChangeNode input =
Visit
(node.Input.Expression);
System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs (16)
195
PropagatorResult childResult =
Visit
(predicate.Argument);
222
PropagatorResult leftResult =
Visit
(predicate.Left);
223
PropagatorResult rightResult =
Visit
(predicate.Right);
258
PropagatorResult left =
Visit
(predicate.Left);
259
PropagatorResult right =
Visit
(predicate.Right);
286
PropagatorResult left =
Visit
(predicate.Left);
287
PropagatorResult right =
Visit
(predicate.Right);
326
PropagatorResult child =
Visit
(predicate.Argument);
350
PropagatorResult whenResult =
Visit
(when);
365
if (-1 == match) { matchResult =
Visit
(node.Else); } else { matchResult =
Visit
(node.Then[match]); }
400
PropagatorResult instance =
Visit
(node.Instance);
443
PropagatorResult argument =
Visit
(node.Argument);
473
PropagatorResult childResult =
Visit
(node.Argument);
499
PropagatorResult childResult =
Visit
(node.Argument);
567
PropagatorResult argumentResult =
Visit
(node.Argument);
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.JoinPredicateVisitor.cs (2)
109
Visit
(node.Left);
110
Visit
(node.Right);