2 references to GetRequiredServiceMethod
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
915
return Expression.Call(
GetRequiredServiceMethod
.MakeGenericMethod(parameter.ParameterType), RequestServicesExpr);
1641
return Expression.Call(
GetRequiredServiceMethod
.MakeGenericMethod(parameter.ParameterType), RequestServicesExpr);