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