2 overrides of VisitCALL
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
89protected override Expr VisitCALL(ExprCall pExpr)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
246protected override Expr VisitCALL(ExprCall expr)
1 reference to VisitCALL
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
23ExpressionKind.Call => VisitCALL(pExpr as ExprCall),