3 references to VisitChildren
System.Core (3)
Microsoft\Scripting\Ast\ExpressionVisitor.cs (3)
306
/// If it is not overridden, this method will call <see cref="Expression.
VisitChildren
" />,
308
/// <see cref="Expression.
VisitChildren
" /> will try to reduce the node.
311
return node.
VisitChildren
(this);