3 references to VisitNew
System.Data.Entity (3)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (3)
81
return this.
VisitNew
((NewExpression)exp);
331
NewExpression n = this.
VisitNew
(init.NewExpression);
342
NewExpression n = this.
VisitNew
(init.NewExpression);