4 references to Call
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Call.cs (1)
11: base(ExpressionKind.Call, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
545Debug.Assert(udcall.Kind == ExpressionKind.Call || udcall.Kind == ExpressionKind.UserLogicalOp);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
23ExpressionKind.Call => VisitCALL(pExpr as ExprCall), 196case ExpressionKind.Call: