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