9 references to Call
System.Activities (1)
System\Activities\Expressions\MethodCallExpressionHelper.cs (1)
36Expression.Call(typeof(Convert).GetMethod("ChangeType", new Type[] { typeof(object), typeof(Type) }), Expression.ArrayIndex(objectArray, Expression.Constant(i)), Expression.Constant(variable.Type, typeof(Type))),
System.Core (4)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
523Expression.Call(
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
438Call(
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
278return Expression.Call(Method, args[0], args[1]); 280return Expression.Call(Method, ReturnObject<Expression>(_arg0), _arg1);
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (1)
854result = Expression.Call(Translator_BinaryEquals, left, right);
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
293return Expression.Call(enumerableContainsMethod, m.Object, m.Arguments[0]);
System.Data.Services (2)
System\Data\Services\OpenTypes\OpenTypeMethods.cs (2)
547return Expression.Call( 651return Expression.Call(