2 references to FindConfigureServicesDelegate
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostBuilder.cs (1)
239
var configureServicesBuilder = StartupLoader.
FindConfigureServicesDelegate
(startupType, context.HostingEnvironment.EnvironmentName);
Internal\StartupLoader.cs (1)
45
var servicesMethod =
FindConfigureServicesDelegate
(startupType, environmentName);