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