2 references to Call
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\UseMiddlewareExtensions.cs (1)
259var getServiceCall = Expression.Call(hasServiceKey ? GetKeyedServiceInfo : GetServiceInfo, parameterTypeExpression);
System.Linq.Expressions (1)
System\Linq\Expressions\MethodCallExpression.cs (1)
194return Expression.Call(Method, args ?? _arguments);