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