3 references to DisposableService
Microsoft.AspNetCore.Hosting.Tests (3)
Fakes\StartupWithScopedServices.cs (2)
11public DisposableService DisposableService { get; set; } 13public void Configure(IApplicationBuilder builder, DisposableService disposable)
StartupManagerTests.cs (1)
316serviceCollection.AddScoped<DisposableService>();