5 references to DisposableService
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
TestingInfrastructureInheritanceTests.cs (5)
87
var
sink = scope.ServiceProvider.GetRequiredService<
DisposableService
>();
102
var
sink = scope.ServiceProvider.GetRequiredService<
DisposableService
>();
113
.ConfigureServices(s => s.AddScoped<
DisposableService
>());