3 references to LoadMethods
Microsoft.AspNetCore.Hosting (3)
WebHostBuilder.cs (1)
332
var methods = StartupLoader.
LoadMethods
(serviceProvider, startupType, hostingEnvironment.EnvironmentName);
WebHostBuilderExtensions.cs (2)
122
return new ConventionBasedStartup(StartupLoader.
LoadMethods
(serviceProvider, instance.GetType(), hostingEnvironment.EnvironmentName, instance));
159
return new ConventionBasedStartup(StartupLoader.
LoadMethods
(sp, startupType, hostingEnvironment.EnvironmentName));