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