13 references to FindStartupType
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostBuilder.cs (1)
102
var startupType = StartupLoader.
FindStartupType
(webHostOptions.StartupAssembly!, webhostContext.HostingEnvironment.EnvironmentName);
WebHostBuilder.cs (1)
318
var startupType = StartupLoader.
FindStartupType
(startupAssemblyName, _hostingEnvironment.EnvironmentName);
Microsoft.AspNetCore.Hosting.Tests (11)
StartupManagerTests.cs (11)
297
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "WithServices");
319
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "WithScopedServices");
346
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", environment);
366
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "Boom");
378
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", environment);
393
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", environment);
414
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "TwoConfigures");
429
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "PrivateConfigure");
443
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "TwoConfigureServices");
456
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "WithNullConfigureServices");
473
var type = StartupLoader.
FindStartupType
("Microsoft.AspNetCore.Hosting.Tests", "WithConfigureServices");