12 references to Call
System.Core (3)
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
829
Expression.
Call
(
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
504
return Expression.
Call
(instance, Method, args[0], args[1], args[2]);
506
return Expression.
Call
(instance, Method, ReturnObject<Expression>(_arg0), _arg1, _arg2);
System.Data.Entity (9)
System\Data\Common\Internal\Materialization\Translator.cs (9)
1058
result = Expression.
Call
(Shaper_Parameter, Shaper_GetPropertyValueWithErrorHandling.MakeGenericMethod(propertyType), Expression.Constant(ordinal), Expression.Constant(propertyName), Expression.Constant(typeName));
1271
constructEntity = Expression.
Call
(Shaper_Parameter, Shaper_HandleEntityAppendOnly.MakeGenericMethod(clrType),
1279
constructEntity = Expression.
Call
(Shaper_Parameter, Shaper_HandleEntity.MakeGenericMethod(clrType),
1519
Expression result = Expression.
Call
(Shaper_Parameter, shaperDiscriminateOfT,
1618
propertyReaders[ordinal] = Expression.
Call
(Shaper_Parameter, Shaper_SetColumnValue,
1630
propertyReaders[readerCount - 1] = Expression.
Call
(Shaper_Parameter, Shaper_SetEntityRecordInfo,
1749
result = Expression.
Call
(Shaper_Parameter, handleFullSpanCollectionMethod, result, expressionToGetCoordinator, Expression.Constant(targetMember));
1757
result = Expression.
Call
(Shaper_Parameter, handleRelationshipSpanMethod, result, spannedResultReader, Expression.Constant(targetMember));
1763
result = Expression.
Call
(Shaper_Parameter, handleFullSpanElementMethod, result, spannedResultReader, Expression.Constant(targetMember));