1 instantiation of EmptyServiceProvider
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
2894public static EmptyServiceProvider Instance { get; } = new EmptyServiceProvider();
2 references to EmptyServiceProvider
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
274var serviceProvider = options?.ServiceProvider ?? options?.EndpointBuilder?.ApplicationServices ?? EmptyServiceProvider.Instance; 2894public static EmptyServiceProvider Instance { get; } = new EmptyServiceProvider();