1 instantiation of EmptyServiceProvider
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\EndpointBuilder.cs (1)
48public static EmptyServiceProvider Instance { get; } = new EmptyServiceProvider();
2 references to EmptyServiceProvider
Microsoft.AspNetCore.Http.Abstractions (2)
Extensions\EndpointBuilder.cs (2)
38public IServiceProvider ApplicationServices { get; init; } = EmptyServiceProvider.Instance; 48public static EmptyServiceProvider Instance { get; } = new EmptyServiceProvider();