48 references to Call
Microsoft.AspNetCore.Http.Extensions (16)
RequestDelegateFactory.cs (11)
109private static readonly UnaryExpression TempSourceStringIsNotNullOrEmptyExpr = Expression.Not(Expression.Call(StringIsNullOrEmptyMethod, TempSourceStringExpr)); 522return Expression.Call(ExecuteTaskWithEmptyResultMethod, methodCall); 526return Expression.Call(ExecuteValueTaskWithEmptyResultMethod, methodCall); 536return Expression.Call(ValueTaskOfTToValueTaskOfObjectMethod.MakeGenericMethod(typeArg), methodCall); 542return Expression.Call(TaskOfTToValueTaskOfObjectMethod.MakeGenericMethod(typeArg), methodCall); 548return Expression.Call(WrapObjectAsValueTaskMethod, Expression.Convert(methodCall, typeof(object))); 551return Expression.Call(WrapObjectAsValueTaskMethod, methodCall); 915return Expression.Call(GetRequiredServiceMethod.MakeGenericMethod(parameter.ParameterType), RequestServicesExpr); 1106return Expression.Call( 1639return Expression.Call(GetServiceMethod.MakeGenericMethod(parameter.ParameterType), RequestServicesExpr); 1641return 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)
256typedCall = Expression.Call(methodInfo, HttpContextExpr); 258return Expression.Call(ConvertValueTaskMethod.MakeGenericMethod(nonNullableParameterType), typedCall); 277typedCall = Expression.Call(methodInfo, HttpContextExpr); 279return Expression.Call(ConvertValueTaskOfNullableResultMethod.MakeGenericMethod(nonNullableParameterType), typedCall);
Microsoft.AspNetCore.Mvc.Abstractions (4)
src\Shared\ParameterBindingMethodCache.cs (4)
256typedCall = Expression.Call(methodInfo, HttpContextExpr); 258return Expression.Call(ConvertValueTaskMethod.MakeGenericMethod(nonNullableParameterType), typedCall); 277typedCall = Expression.Call(methodInfo, HttpContextExpr); 279return 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)
256typedCall = Expression.Call(methodInfo, HttpContextExpr); 258return Expression.Call(ConvertValueTaskMethod.MakeGenericMethod(nonNullableParameterType), typedCall); 277typedCall = Expression.Call(methodInfo, HttpContextExpr); 279return 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)
275return Expression.Call(HandlebarsUtilsIsTruthyOrNonEmpty, input); 331result = Expression.Call(
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
275MethodCallExpression 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(