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