3 references to StartupConfigureServicesThrows
Microsoft.AspNetCore.Hosting.Tests (3)
StartupManagerTests.cs (1)
524var startup = StartupLoader.LoadMethods(services, typeof(StartupConfigureServicesThrows), environmentName: null);
WebHostBuilderTests.cs (2)
177var host = builder.UseServer(server).UseStartup<StartupConfigureServicesThrows>().Build(); 190var host = builder.UseServer(server).UseStartup<StartupConfigureServicesThrows>().Build();