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