5 references to RequestServicesExpr
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
924
return Expression.Call(GetRequiredServiceMethod.MakeGenericMethod(parameter.ParameterType),
RequestServicesExpr
);
1651
return Expression.Call(GetServiceMethod.MakeGenericMethod(parameter.ParameterType),
RequestServicesExpr
);
1653
return Expression.Call(GetRequiredServiceMethod.MakeGenericMethod(parameter.ParameterType),
RequestServicesExpr
);
1662
return Expression.Call(GetKeyedServiceMethod.MakeGenericMethod(parameter.ParameterType),
RequestServicesExpr
, Expression.Convert(
1666
return Expression.Call(GetRequiredKeyedServiceMethod.MakeGenericMethod(parameter.ParameterType),
RequestServicesExpr
, Expression.Convert(