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