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