4 references to ServiceProviderKeyedServiceExtensions
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (4)
57
private static readonly MethodInfo GetRequiredKeyedServiceMethod = typeof(
ServiceProviderKeyedServiceExtensions
).GetMethod(nameof(
ServiceProviderKeyedServiceExtensions
.GetRequiredKeyedService), BindingFlags.Public | BindingFlags.Static, new Type[] { typeof(IServiceProvider), typeof(object) })!;
58
private static readonly MethodInfo GetKeyedServiceMethod = typeof(
ServiceProviderKeyedServiceExtensions
).GetMethod(nameof(
ServiceProviderKeyedServiceExtensions
.GetKeyedService), BindingFlags.Public | BindingFlags.Static, new Type[] { typeof(IServiceProvider), typeof(object) })!;