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