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