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