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)
545
Debug.Assert(udcall.Kind == ExpressionKind.
Call
|| udcall.Kind == ExpressionKind.UserLogicalOp);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
23
ExpressionKind.
Call
=> VisitCALL(pExpr as ExprCall),
196
case ExpressionKind.
Call
: