3 references to VisitNew
System.Core (3)
System\Linq\Expressions\ExpressionVisitor.cs (3)
72
return this.
VisitNew
((NewExpression)exp);
282
NewExpression n = this.
VisitNew
(init.NewExpression);
291
NewExpression n = this.
VisitNew
(init.NewExpression);