3 instantiations of BootstrapHostBuilder
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
59var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 122var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 175var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder);
4 references to BootstrapHostBuilder
Microsoft.AspNetCore (4)
WebApplicationBuilder.cs (4)
59var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 122var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 175var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 202private ServiceDescriptor InitializeHosting(BootstrapHostBuilder bootstrapHostBuilder)