7 references to VisitPredicate
System.Data.Linq (7)
SqlClient\Query\SqlBooleanMismatchVisitor.cs (7)
26
select.Where = this.
VisitPredicate
(select.Where);
30
select.Having = this.
VisitPredicate
(select.Having);
46
join.Condition = this.
VisitPredicate
(join.Condition);
52
uo.Operand = this.
VisitPredicate
(uo.Operand);
61
bo.Left = this.
VisitPredicate
(bo.Left);
62
bo.Right = this.
VisitPredicate
(bo.Right);
81
when.Match = this.
VisitPredicate
(when.Match);