1 override of Dispatch
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
16protected override Expr Dispatch(Expr expr)
2 references to Dispatch
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
20Expr result = base.Dispatch(expr);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
12protected Expr Visit(Expr pExpr) => pExpr == null ? null : Dispatch(pExpr);