2 overrides of VisitCALL
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
89
protected override Expr
VisitCALL
(ExprCall pExpr)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
246
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),