18 references to Visit
System.Core (18)
System\Linq\Expressions\ExpressionVisitor.cs (14)
109
Expression operand = this.
Visit
(u.Operand);
117
Expression left = this.
Visit
(b.Left);
118
Expression right = this.
Visit
(b.Right);
119
Expression conversion = this.
Visit
(b.Conversion);
130
Expression expr = this.
Visit
(b.Expression);
142
Expression test = this.
Visit
(c.Test);
143
Expression ifTrue = this.
Visit
(c.IfTrue);
144
Expression ifFalse = this.
Visit
(c.IfFalse);
156
Expression exp = this.
Visit
(m.Expression);
164
Expression obj = this.
Visit
(m.Object);
175
Expression p = this.
Visit
(original[i]);
193
Expression e = this.
Visit
(assignment.Expression);
263
Expression body = this.
Visit
(lambda.Body);
314
Expression expr = this.
Visit
(iv.Expression);
System\Linq\SequenceQuery.cs (4)
128
Expression body = rewriter.
Visit
(this.expression);
177
Expression body = rewriter.
Visit
(this.expression);
192
Expression obj = this.
Visit
(m.Object);
303
return this.
Visit
(sq.Expression);