7 references to Call
System.Core (3)
Microsoft\Scripting\Actions\DynamicObject.cs (1)
530
Expression.
Call
(
Microsoft\Scripting\Ast\TypeBinaryExpression.cs (1)
127
Expression getType = Expression.
Call
(value, typeof(object).GetMethod("GetType"));
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
182
expr = Expression.
Call
(expr, expr.Type.GetMethod("Compile", new Type[0]));
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Translator.cs (1)
1875
result = Expression.
Call
(expressionToGetCoordinator, getElementsExpression);
System.Data.Linq (1)
DataContext.cs (1)
821
return Expression.
Call
(Expression.Constant(instance), methodInfo);
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1196
return Expression.
Call
(me.Expression, mi);
System\Data\Services\Client\DataServiceQueryOfT.cs (1)
175
Expression.
Call
(