3 instantiations of BootstrapHostBuilder
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
64var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 129var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 186var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder);
4 references to BootstrapHostBuilder
Microsoft.AspNetCore (4)
WebApplicationBuilder.cs (4)
64var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 129var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 186var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 227private ServiceDescriptor InitializeHosting(BootstrapHostBuilder bootstrapHostBuilder)