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