3 references to MyContainerStartup
Microsoft.AspNetCore.Hosting.Tests (3)
StartupManagerTests.cs (3)
553var startup = StartupLoader.LoadMethods(services, typeof(MyContainerStartup), Environments.Development); 600var startup = StartupLoader.LoadMethods(services, typeof(MyContainerStartup), Environments.Development); 631var startup = StartupLoader.LoadMethods(services, typeof(MyContainerStartup), Environments.Development);