171 references to Call
System.Activities (9)
System\Activities\ExpressionUtilities.cs (9)
64return Expression.Call(RuntimeContextParameter, activityContextGetValueGenericMethod.MakeGenericMethod(locationReference.Type), Expression.Constant(locationReference, typeof(LocationReference))); 1458newExpression = Expression.Call(contextExpression, activityContextGetValueGenericMethod.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference))); 1486newExpression = Expression.Call(Expression.Constant(inlinedReference, typeof(LocationReference)), locationReferenceGetLocationMethod, contextExpression); 1490newExpression = Expression.Call(contextExpression, activityContextGetLocationGenericMethod.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference))); 1518newExpression = Expression.Call(contextExpression, activityContextGetValueGenericMethod.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference))); 1546newExpression = Expression.Call(Expression.Constant(inlinedReference, typeof(LocationReference)), locationReferenceGetLocationMethod, originalExpression.Arguments[0]); 1550newExpression = Expression.Call(contextExpression, activityContextGetLocationGenericMethod.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference))); 1697newExpression = Expression.Call(originalExpression.Object, activityContextGetValueGenericMethod.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference))); 1720newExpression = Expression.Call(originalExpression.Object, activityContextGetLocationGenericMethod.MakeGenericMethod(returnType), Expression.Constant(inlinedReference, typeof(LocationReference)));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
537System.Linq.Expressions.Expression value = System.Linq.Expressions.Expression.Call(s, getPropertyValueMethodInfo, System.Linq.Expressions.Expression.Constant(binder.Name));
System.Core (129)
Microsoft\Scripting\Actions\DynamicObject.cs (3)
559Expression.Call( 616Expression.Call( 676Expression.Call(
Microsoft\Scripting\Ast\MethodCallExpression.cs (3)
649return Call(null, method, arguments); 759return Expression.Call(instance, FindMethod(instance.Type, methodName, typeArguments, arguments, flags), arguments); 780return Expression.Call(null, FindMethod(type, methodName, typeArguments, arguments, flags), arguments);
Microsoft\Scripting\Compiler\StackSpiller.Bindings.cs (1)
179Result add = cr.Finish(Expression.Call(memberTemp, _inits[i].AddMethod, cr[0, -1]));
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
623Result add = cr.Finish(Expression.Call(tempNew, inits[i].AddMethod, cr[0, -1]));
System\Linq\IQueryable.cs (121)
96Expression.Call( 109Expression.Call( 120Expression.Call( 131Expression.Call( 144Expression.Call( 157Expression.Call( 170Expression.Call( 183Expression.Call( 198Expression.Call( 213Expression.Call( 238Expression.Call( 263Expression.Call( 289Expression.Call( 313Expression.Call( 333Expression.Call( 346Expression.Call( 359Expression.Call( 372Expression.Call( 385Expression.Call( 398Expression.Call( 411Expression.Call( 424Expression.Call( 435Expression.Call( 448Expression.Call( 461Expression.Call( 472Expression.Call( 485Expression.Call( 498Expression.Call( 511Expression.Call( 526Expression.Call( 539Expression.Call( 554Expression.Call( 572Expression.Call( 588Expression.Call( 604Expression.Call( 622Expression.Call( 633Expression.Call( 644Expression.Call( 657Expression.Call( 672Expression.Call( 685Expression.Call( 698Expression.Call( 715Expression.Call( 728Expression.Call( 745Expression.Call( 758Expression.Call( 773Expression.Call( 786Expression.Call( 797Expression.Call( 810Expression.Call( 821Expression.Call( 834Expression.Call( 845Expression.Call( 858Expression.Call( 869Expression.Call( 882Expression.Call( 893Expression.Call( 906Expression.Call( 919Expression.Call( 930Expression.Call( 941Expression.Call( 952Expression.Call( 963Expression.Call( 974Expression.Call( 985Expression.Call( 998Expression.Call( 1011Expression.Call( 1026Expression.Call( 1039Expression.Call( 1052Expression.Call( 1063Expression.Call( 1076Expression.Call( 1087Expression.Call( 1100Expression.Call( 1111Expression.Call( 1124Expression.Call( 1135Expression.Call( 1148Expression.Call( 1159Expression.Call( 1170Expression.Call( 1181Expression.Call( 1192Expression.Call( 1203Expression.Call( 1214Expression.Call( 1225Expression.Call( 1236Expression.Call( 1247Expression.Call( 1258Expression.Call( 1271Expression.Call( 1284Expression.Call( 1297Expression.Call( 1310Expression.Call( 1323Expression.Call( 1336Expression.Call( 1349Expression.Call( 1362Expression.Call( 1375Expression.Call( 1388Expression.Call( 1399Expression.Call( 1410Expression.Call( 1421Expression.Call( 1432Expression.Call( 1444Expression.Call( 1456Expression.Call( 1467Expression.Call( 1478Expression.Call( 1489Expression.Call( 1500Expression.Call( 1513Expression.Call( 1526Expression.Call( 1540Expression.Call( 1554Expression.Call( 1567Expression.Call( 1580Expression.Call( 1593Expression.Call( 1606Expression.Call( 1619Expression.Call( 1632Expression.Call( 1645Expression.Call( 1658Expression.Call( 1673Expression.Call(
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
537System.Linq.Expressions.Expression value = System.Linq.Expressions.Expression.Call(s, getPropertyValueMethodInfo, System.Linq.Expressions.Expression.Constant(binder.Name));
System.Data.Entity (16)
System\Data\Common\Internal\Materialization\Translator.cs (11)
1018Expression result = Emit_EnsureType(Expression.Call(Shaper_Reader, DbDataReader_GetValue, Expression.Constant(ordinal)), type); 1028Expression result = Expression.Call(Shaper_Reader, DbDataReader_IsDBNull, Expression.Constant(ordinal)); 1053result = Expression.Call(Shaper_Parameter, Shaper_GetSpatialPropertyValueWithErrorHandling.MakeGenericMethod(propertyType), 1078result = Expression.Call(Shaper_Parameter, Shaper_GetColumnValueWithErrorHandling.MakeGenericMethod(resultType), Expression.Constant(ordinal)); 1089Expression result = Expression.Call(Shaper_Parameter, Shaper_GetGeographyColumnValue, Expression.Constant(ordinal)); 1099Expression result = Expression.Call(Shaper_Parameter, Shaper_GetGeometryColumnValue, Expression.Constant(ordinal)); 1289constructEntity = Expression.Call(Shaper_Parameter, Shaper_HandleEntityNoTracking.MakeGenericMethod(clrType), 1334constructEntity = Expression.Call(Expression.Constant(proxyTypeInfo), EntityProxyTypeInfo_SetEntityWrapper, constructEntity); 1643Expression result = Expression.Call(Emit_Shaper_GetState(stateSlotNumber, typeof(RecordState)), RecordState_GatherData, Shaper_Parameter); 1649Expression nullResult = Expression.Call(Emit_Shaper_GetState(stateSlotNumber, typeof(RecordState)), RecordState_SetNullRecord, Shaper_Parameter); 2087result = Expression.Call(Shaper_Reader, readerMethod, Expression.Constant(ordinal));
System\Data\Objects\ELinq\ELinqQueryState.cs (1)
245Expression includeCall = Expression.Call(Expression.Constant(sourceQuery), includeMethod, new Expression[] { Expression.Constant(includePath, typeof(string)) });
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
117Expression.Call(Expression.Convert(Object_Parameter, proxyType), baseGetterMethod, PropertyName_Parameter),
System\Data\Objects\ObjectQuery_TResultType.cs (2)
136retExpr = Expression.Call(retExpr, mergeAsMethod, Expression.Constant(this.QueryState.UserSpecifiedMergeOption.Value)); 144retExpr = Expression.Call(retExpr, includeSpanMethod, Expression.Constant(this.QueryState.Span));
System\Data\SqlClient\SqlSpatialDataReader.cs (1)
97Expression.Call(binarySerializable, readMethod, readerParam),
System.Data.Services (7)
System\Data\Services\Parsing\FunctionDescription.cs (3)
127return Expression.Call(instanceArgument, (MethodInfo)this.member, methodArguments); 172return Expression.Call(null, methodInfo, arguments); 317return Expression.Call(arguments[1], method, arguments[0]);
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1308return Expression.Call(null, GetStaticMethod(methodName, left, right), new Expression[] { left, right });
System\Data\Services\Providers\BasicExpandProvider.cs (3)
1362expression = Expression.Call(null, method, arguments); 1371expression = Expression.Call(null, method, arguments); 1422expression = Expression.Call(null, method, arguments);
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (1)
1118Expression body = Expression.Call(Expression.Convert(list, listType), addMethod, Expression.Convert(item, listElementType));
System\Data\Services\Client\DataServiceQueryOfT.cs (2)
160Expression.Call( 192Expression.Call(
System.Web.Extensions (5)
UI\WebControls\Dynamic.cs (4)
1197return Expression.Call(instance, (MethodInfo)method, args); 1296return Expression.Call(expr, (MethodInfo)mb, args); 1794return Expression.Call( 1805return Expression.Call(null, GetStaticMethod(methodName, left, right), new[] { left, right });
UI\WebControls\Expressions\OfTypeExpression.cs (1)
79return query.Provider.CreateQuery(Expression.Call(null, OfTypeMethod, query.Expression));