47 references to Call
Microsoft.AspNetCore.Http.Extensions (15)
RequestDelegateFactory.cs (10)
111private static readonly UnaryExpression TempSourceStringIsNotNullOrEmptyExpr = Expression.Not(Expression.Call(StringIsNullOrEmptyMethod, TempSourceStringExpr)); 524return Expression.Call(ExecuteTaskWithEmptyResultMethod, methodCall); 528return Expression.Call(ExecuteValueTaskWithEmptyResultMethod, methodCall); 538return Expression.Call(ValueTaskOfTToValueTaskOfObjectMethod.MakeGenericMethod(typeArg), methodCall); 544return Expression.Call(TaskOfTToValueTaskOfObjectMethod.MakeGenericMethod(typeArg), methodCall); 548return Expression.Call(WrapObjectAsValueTaskMethod, methodCall); 895return Expression.Call(GetRequiredServiceMethod.MakeGenericMethod(parameter.ParameterType), RequestServicesExpr); 1080return Expression.Call( 1609return Expression.Call(GetServiceMethod.MakeGenericMethod(parameter.ParameterType), RequestServicesExpr); 1611return Expression.Call(GetRequiredServiceMethod.MakeGenericMethod(parameter.ParameterType), RequestServicesExpr);
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs (1)
167return Expression.Lambda(Expression.Call(conversionMethod, closedGenericTaskParam), closedGenericTaskParam);
src\Shared\ParameterBindingMethodCache.cs (4)
250typedCall = Expression.Call(methodInfo, HttpContextExpr); 252return Expression.Call(ConvertValueTaskMethod.MakeGenericMethod(nonNullableParameterType), typedCall); 271typedCall = Expression.Call(methodInfo, HttpContextExpr); 273return Expression.Call(ConvertValueTaskOfNullableResultMethod.MakeGenericMethod(nonNullableParameterType), typedCall);
Microsoft.AspNetCore.Mvc.Abstractions (4)
src\Shared\ParameterBindingMethodCache.cs (4)
250typedCall = Expression.Call(methodInfo, HttpContextExpr); 252return Expression.Call(ConvertValueTaskMethod.MakeGenericMethod(nonNullableParameterType), typedCall); 271typedCall = Expression.Call(methodInfo, HttpContextExpr); 273return Expression.Call(ConvertValueTaskOfNullableResultMethod.MakeGenericMethod(nonNullableParameterType), typedCall);
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\TryParseModelBinder.cs (1)
135Expression.Assign(BindingResultExpression, Expression.Call(SuccessBindingResultMethod, modelValue))),
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs (1)
167return Expression.Lambda(Expression.Call(conversionMethod, closedGenericTaskParam), closedGenericTaskParam);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\ExecutorFactory.cs (1)
118Expression.Call(
Microsoft.AspNetCore.OpenApi (5)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs (1)
167return Expression.Lambda(Expression.Call(conversionMethod, closedGenericTaskParam), closedGenericTaskParam);
src\Shared\ParameterBindingMethodCache.cs (4)
250typedCall = Expression.Call(methodInfo, HttpContextExpr); 252return Expression.Call(ConvertValueTaskMethod.MakeGenericMethod(nonNullableParameterType), typedCall); 271typedCall = Expression.Call(methodInfo, HttpContextExpr); 273return Expression.Call(ConvertValueTaskOfNullableResultMethod.MakeGenericMethod(nonNullableParameterType), typedCall);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs (1)
167return Expression.Lambda(Expression.Call(conversionMethod, closedGenericTaskParam), closedGenericTaskParam);
Microsoft.AspNetCore.SignalR.Core (1)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutorFSharpSupport.cs (1)
167return Expression.Lambda(Expression.Call(conversionMethod, closedGenericTaskParam), closedGenericTaskParam);
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (2)
HelperFactory.cs (2)
272return Expression.Call(HandlebarsUtilsIsTruthyOrNonEmpty, input); 328result = Expression.Call(
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
274MethodCallExpression monitorExit = Expression.Call(ServiceLookupHelpers.MonitorExitMethodInfo, sync);
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
888Expression.Call(fromAbiMethod, parms[0])), parms).Compile();
System.Linq.Expressions (14)
System\Linq\Expressions\BinaryExpression.cs (1)
410Call(opTrueFalse, CallGetValueOrDefault(left)),
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (3)
319node = Expression.Convert(Expression.Call(node.Method, operand), node.Type); 355MethodCallExpression mc = Expression.Call(node.Method!, v); 363EmitMethodCallExpression(Expression.Call(node.Method!, node.Operand), flags);
System\Linq\Expressions\MethodCallExpression.cs (2)
305return Expression.Call(Method, args[0]); 308return Expression.Call(Method, ExpressionUtils.ReturnObject<Expression>(_arg0));
System\Runtime\CompilerServices\CallSite.cs (7)
405Expression.Call( 416Expression getMatch = Expression.Call(CallSiteOps_GetMatch, site); 418Expression resetMatch = Expression.Call(CallSiteOps_ClearMatch, site); 468Expression.Call( 521Expression.Call(CallSiteOpsReflectionCache<T>.GetRuleCache, @this) 530Expression.Call(CallSiteOpsReflectionCache<T>.GetCachedRules, cache) 674Expression.Call(
System\Runtime\CompilerServices\CallSiteBinder.cs (1)
178Expression.Call(