11 references to Call
System.Core (2)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
699Expression tryGetValue = Expression.Call( 766Expression.Call(
System.Data.Entity (6)
System\Data\Common\Internal\Materialization\Translator.cs (6)
779Expression.Call(EntityWrapperFactory_GetPocoPropertyAccessorStrategyFunc) : 780Expression.Call(EntityWrapperFactory_GetNullPropertyAccessorStrategyFunc); 783Expression.Call(EntityWrapperFactory_GetEntityWithKeyStrategyStrategyFunc) : 784Expression.Call(EntityWrapperFactory_GetPocoEntityKeyStrategyFunc); 787Expression.Call(EntityWrapperFactory_GetEntityWithChangeTrackerStrategyFunc) : 788Expression.Call(EntityWrapperFactory_GetSnapshotChangeTrackingStrategyFunc);
System.Data.Services (1)
System\Data\Services\Parsing\FunctionDescription.cs (1)
136return Expression.Call((MethodInfo)this.member, arguments);
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1180return Expression.Call(mi, new Expression[] {be.Left, be.Right});
System\Data\Services\Client\ProjectionPlanCompiler.cs (1)
425return Expression.Call(method, arguments);