3 references to VisitChildren
System.Linq.Expressions (3)
System\Linq\Expressions\ExpressionVisitor.cs (3)
276/// If it is not overridden, this method will call <see cref="Expression.VisitChildren"/>, 278/// <see cref="Expression.VisitChildren"/> will try to reduce the node. 282return node.VisitChildren(this);