7 references to SimpleService
Microsoft.AspNetCore.Hosting.Tests (7)
StartupManagerTests.cs (7)
498
var
foo = app.ApplicationServices.GetRequiredService<
SimpleService
>();
734
services.AddSingleton<
SimpleService
>();
743
var
service = app.ApplicationServices.GetRequiredService<
SimpleService
>();
749
var
service = app.ApplicationServices.GetRequiredService<
SimpleService
>();