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